January 24, 2026
Install cargo-binstall
Version updated for https://github.com/cargo-bins/cargo-binstall to version v1.17.3.
This action is used across all versions by 12 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Cargo Binstall is a lightweight tool for installing precompiled Rust binaries, serving as an alternative to cargo install or manual downloads. It automates the process by fetching crate information, locating compatible release artifacts, and falling back to cargo install if necessary, streamlining installations for both developers and CI environments.
January 24, 2026
Anno - Automated Release Summaries
Version updated for https://github.com/constantincerdan/anno to version v5.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Anno is a GitHub Action that automates the creation of concise summaries for release notes and pull requests, leveraging large language models (LLMs) like ChatGPT. It generates release summaries of code changes, integrates with Jira for issue tracking, and shares updates via Slack.
January 24, 2026
Container & Helm Version Updater
Version updated for https://github.com/drumandbytes/argocd-gitops-updater-action to version v1.3.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The ArgoCD GitOps Updater Action automates the process of updating Helm chart and Docker image versions in GitOps-managed repositories, such as those using ArgoCD or Kustomize. It streamlines version management by automatically detecting updates, creating pull requests with the changes, and notifying teams through popular messaging platforms like Slack and Teams.
January 24, 2026
fish-shop/indent-check
Version updated for https://github.com/fish-shop/indent-check to version v2.2.86.
This action is used across all versions by 22 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The fish-shop/indent-check GitHub Action is designed to automatically validate the indentation of .fish shell files within a repository. It streamlines the process of ensuring consistent and correct indentation, helping maintain clean and readable code. The action supports customizable file pattern matching and provides detailed summaries of the checks, including the total files checked, passed, and failed, which can be utilized in workflow automation.
January 24, 2026
fish-shop/install-fish-shell
Version updated for https://github.com/fish-shop/install-fish-shell to version v2.0.40.
This action is used across all versions by 44 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, fish-shop/install-fish-shell, automates the installation of the Fish shell on GitHub-hosted runners, supporting both macOS and Ubuntu environments. It simplifies the setup process for workflows requiring the Fish shell, ensuring compatibility and efficiency in CI/CD pipelines. Additionally, it integrates seamlessly with other Fish-related GitHub Actions from the fish-shop suite.
January 24, 2026
fish-shop/syntax-check
Version updated for https://github.com/fish-shop/syntax-check to version v2.2.85.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The fish-shop/syntax-check GitHub Action is designed to automate syntax checking for files written in the Fish shell scripting language. It scans .fish files within a repository (using customizable patterns) and verifies their syntax, identifying errors or issues. This action streamlines the validation process for Fish shell scripts, ensuring code quality and preventing syntax-related issues during development or deployment workflows.
January 24, 2026
Install QHYCCD SDK
Version updated for https://github.com/ivonnyssen/qhyccd-sdk-install to version v2.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Install QHYCCD SDK” GitHub Action automates the installation of the QHYCCD SDK on Linux, Windows, and macOS, ensuring platform-specific compatibility and configuration. It simplifies the setup process by automatically handling PATH configuration for immediate SDK usage and optionally caching downloaded files to optimize workflow performance.
January 24, 2026
Semver Labeler
Version updated for https://github.com/JohnTitor/cargo-semver-checks 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 Cargo Semver Labeler Action automates semantic versioning checks for Rust projects by running cargo-semver-checks on pull requests. It determines the required version bump (major, minor, or patch) by comparing the PR changes against the base branch and applies corresponding labels to the pull request.
January 24, 2026
LogixDev Create Tag
Version updated for https://github.com/LogixDevCo/create-tag to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Create Semantic Version Tag Action” is a GitHub Action designed to automate the creation and management of semantic version tags (major.minor.patch) following the merging of pull requests. It generates release notes, supports dynamic release type detection, integrates with Dependabot for automatic patch updates, and optionally sends Slack notifications.