January 9, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Docker Compose Cache Action is a GitHub Action designed to optimize CI/CD workflows by caching Docker images specified in Docker Compose files. It automates the parsing of Compose files, verifies image freshness using digests, and selectively pulls or restores images to reduce workflow execution time.
January 9, 2026
aqua-installer-cache
Version updated for https://github.com/srz-zumix/aqua-installer-cache to version v0.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The aqua-installer-cache GitHub Action is designed to cache the installation directory of aqua, a declarative CLI version manager, to improve CI/CD workflow efficiency. By caching aqua packages and configuration files, it reduces redundant downloads, mitigates GitHub API rate limits, and accelerates execution times.
January 8, 2026
Anchore SBOM Action
Version updated for https://github.com/anchore/sbom-action to version v0.21.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 3,778 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The GitHub Action for SBOM Generation automates the creation of Software Bill of Materials (SBOMs) using Syft, enabling users to scan container images, directories, or specific files within their repositories. It generates SBOMs in SPDX format, uploads them as artifacts, and integrates with GitHub releases to attach SBOMs as release assets.
January 8, 2026
Anchore Container Scan
Version updated for https://github.com/anchore/scan-action to version v7.2.3.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 8,554 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action leverages the Grype vulnerability scanner to detect security vulnerabilities in files, directories, container images, or SBOMs during CI/CD workflows. It automates vulnerability scanning to ensure software integrity before deployment, with options to fail builds based on configurable severity thresholds.
January 8, 2026
run-ansible-lint
Version updated for https://github.com/ansible/ansible-lint to version v26.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates ansible-lint into your CI/CD workflows, automating the process of checking Ansible playbooks for potential improvements and best practices. It simplifies and streamlines the use of ansible-lint by running it directly within GitHub Actions, eliminating the need for manual installation, and supports tasks like dependency installation and Python environment setup.
January 8, 2026
Prepare Opencart module
Version updated for https://github.com/brokeyourbike/prepare-opencart-module-action to version v1.3.0.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The prepare-opencart-module-action GitHub Action automates the packaging of files into a ZIP archive that complies with the requirements for OpenCart modules. It simplifies the process of preparing module files for distribution and ensures they are correctly structured, addressing the common challenge of manual packaging errors.
January 8, 2026
Turbo Cache Server
Version updated for https://github.com/brunojppb/turbo-cache-server to version 2.0.12.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Turbo Cache Server GitHub Action provides a self-hosted, API-compliant remote cache server for Turborepo, leveraging S3-compatible storage solutions like Amazon S3, Cloudflare R2, and Minio. It automates caching and retrieval of build artifacts to optimize CI/CD workflows, reducing build times and improving efficiency in monorepos.
January 8, 2026
cargo-deny
Version updated for https://github.com/EmbarkStudios/cargo-deny-action to version v2.0.15.
This action is used across all versions by 5,728 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-deny GitHub Action automates the process of analyzing and validating dependencies in Rust projects using the cargo-deny tool. It checks for issues such as banned crates, disallowed licenses, and potential advisories in a project’s dependency tree, helping maintain compliance and security.
January 8, 2026
Make UnityPackage
Version updated for https://github.com/foxscore/make-unitypackage to version v1.1.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Make UnityPackage” GitHub Action automates the process of creating .unitypackage files from specified directories. It simplifies packaging Unity assets or projects, ensuring a structured and portable format for distribution. This action helps developers save time and avoid manual errors when preparing Unity assets for sharing or deployment.