January 7, 2026
Multi-Style Contribution Snake
Version updated for https://github.com/Pro-Bandey/multi-style-snake-contribution-grid to version v07.01.26.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action generates dynamic, animated visualizations of your GitHub contribution graph with customizable styles, shapes, and themes, including automated month labels for better context. It automates the creation of high-quality SVG and GIF assets, organizes them into a dedicated branch, and provides an easy way to showcase them in your profile README.
January 7, 2026
Vercel Preview URL with Status Polling
Version updated for https://github.com/RoyBkker/github-action-vercel-preview-url-poller to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action retrieves the Vercel preview deployment URL and monitors the deployment status using Vercel’s API, ensuring the environment is fully deployed before continuing in a CI/CD workflow. It eliminates reliance on GitHub deployment status events or webhooks, providing a more reliable and flexible solution for automating tasks such as end-to-end testing or multi-project workflows.
January 7, 2026
terraform-plan-changes-count
Version updated for https://github.com/sue445/terraform-plan-changes-count to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The terraform-plan-changes-count GitHub Action analyzes a Terraform plan file to count the number of resource changes (create, update, delete) and provides these counts as outputs. It automates the process of quantifying infrastructure modifications, helping users assess the impact of changes and integrate this validation into CI/CD workflows.
January 7, 2026
Auto Version
Version updated for https://github.com/twopow/auto-version-action to version v1.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “auto-version-action” GitHub Action automatically exports Git tag information, streamlining version management in development workflows. It automates the process of retrieving and utilizing version tags, helping developers maintain consistent versioning and simplifying release management.
Release notes Full Changelog: https://github.com/twopow/auto-version-action/compare/v1...v1.3
January 7, 2026
Setup Cangjie
Version updated for https://github.com/Zxilly/setup-cangjie to version v2.1.0.
This action is used across all versions by 13 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Setup-Cangjie GitHub Action automates the installation of the Cangjie build environment in GitHub Actions workflows. It supports installing different release channels (LTS, STS, and Nightly) and provides flexibility in selecting specific versions or automatically detecting them. This action simplifies and streamlines the setup process for projects requiring the Cangjie environment, saving time and reducing manual configuration efforts.
January 6, 2026
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-3.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The andrewaylett/pre-commit-action GitHub Action automates the execution of pre-commit hooks within CI workflows. It simplifies the process of running code quality checks, linters, and other pre-commit hooks on pull requests or pushes, ensuring code consistency and quality across a project. The action supports custom configurations, allowing users to specify individual hooks or additional options for tailored execution.
January 6, 2026
Retrieve Secrets from Azure KeyVault
Version updated for https://github.com/Andrews-McMeel-Universal/get-envs to version v1.31.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Get Environment Variables Action” is a GitHub Action designed to automate the retrieval of secrets from Azure Key Vaults and securely integrate them into GitHub workflows. It generates a .env file and adds secrets to the $GITHUB_ENV environment variable while masking sensitive values to enhance security.
January 6, 2026
Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.4.17.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Monotrack is a GitHub Action designed to streamline versioning and dependency tracking for monorepos, offering a lightweight solution that avoids the complexity of larger tools like release-please or release-it. It automates tasks such as identifying and tagging changes across projects and executing actions only for modified components, making it particularly useful for managing pre-releases and development workflows in monorepos.
January 6, 2026
astral-sh/setup-uv
Version updated for https://github.com/astral-sh/setup-uv to version v7.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 40,128 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-uv GitHub Action automates the installation and configuration of a specific version of the uv tool for use in GitHub Actions workflows. It handles tasks such as downloading and caching uv for faster builds, verifying checksums for security, and setting up problem matchers for error output.