April 7, 2026
AI Pull Request Reviewer
Version updated for https://github.com/appchoose/ai-pr-review to version 1.1.5.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action leverages the OpenAI API to perform automated analysis of pull requests, specifically focusing on SQL migrations. It identifies potential database locking issues, analyzes the type of locks applied by SQL queries, and provides recommendations to optimize queries and avoid performance bottlenecks. By automating this review process, it helps developers ensure database stability and improve query efficiency within their pull requests.
April 7, 2026
Verify with Auths
Version updated for https://github.com/auths-dev/verify to version v1.0.1.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Auths Verify Action” is a GitHub Action designed to automate the verification of commit signatures in pull requests or pushes using cryptographic keys managed by the Auths CLI. It ensures that every commit is signed by authorized developers, enhancing security and preventing unauthorized modifications. Key capabilities include automatic detection of commit ranges, detailed failure reporting, and optional posting of results to pull requests for better transparency and accountability.
April 7, 2026
Tag and Release (New)
Version updated for https://github.com/BrandonStudio/tag-and-release to version v2.0.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the creation of tags and corresponding releases in response to a branch push, simplifying the release process by automatically deriving the tag name. It solves the problem of manually tagging and releasing versions, offering capabilities such as custom release names, bodies, draft or prerelease options, discussion linking, and asset uploads. The action streamlines version management, making it easier for developers to manage releases within their workflows.
April 7, 2026
Generate toolchains.xml for Maven builds
Version updated for https://github.com/cactuslab/maven-toolchains-xml-action to version v3.
This action is used across all versions by 25 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The maven-toolchains-xml-action GitHub Action automates the creation of a toolchains.xml file for Apache Maven, enabling the configuration of toolchains such as JDKs. It simplifies the process of defining custom toolchains by supporting JSON-based inputs, including properties for JDK version and path, as well as arbitrary <toolchain> entries. This action is particularly useful for managing consistent build environments in CI/CD pipelines.
April 7, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/chernistry/bernstein to version v1.5.2.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is an AI orchestration tool that automates the process of breaking down coding goals into tasks, distributing them among multiple AI coding agents, verifying outputs, and merging results into clean, functional code with passing tests. It eliminates the need for learning new frameworks or committing to specific vendors by supporting interchangeable agents, models, and providers. The tool streamlines software development by enabling seamless collaboration between various AI-powered coding tools while maintaining deterministic and efficient task scheduling.
April 7, 2026
Setup commitizen CLI
Version updated for https://github.com/commitizen-tools/setup-cz to version v0.9.0.
This action is used across all versions by 13 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-cz GitHub Action installs the Commitizen CLI within workflows, enabling users to leverage its full functionality for managing conventional commits. It provides flexibility by allowing users to manually execute Commitizen commands, rather than automating tasks like version bumps or commits. This action simplifies integrating Commitizen into CI/CD pipelines while enabling precise control over commit conventions and versioning workflows.
April 7, 2026
EC Validate
Version updated for https://github.com/conforma/action-validate-image to version v1.0.421.
This action is used across all versions by 1 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Action Validate Image” GitHub Action, developed by Enterprise Contract, automates the security and compliance validation of container images by verifying their signatures, attestations, and adherence to policy standards. It supports two authentication methods: Long-Lived Public-Key Authentication and Keyless Authentication, with the latter providing enhanced security by leveraging identity-based verification through Sigstore. This action simplifies the process of ensuring container image authenticity and compliance with organizational policies.
April 7, 2026
spec-sync
Version updated for https://github.com/CorvidLabs/spec-sync to version v3.3.0.
This action is used across all versions by 5 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SpecSync is a GitHub Action and CLI tool for bidirectional validation of markdown-based module specifications (*.spec.md) against source code and database schemas across 11 programming languages. It automates the detection of inconsistencies such as undocumented exports, stale or phantom entries, missing files, type mismatches, and incomplete specifications, ensuring alignment between specs and implementations. Key capabilities include cross-project references, auto-detection of programming languages, and integration with VS Code for enhanced developer productivity.
April 7, 2026
PR Convention Checker
Version updated for https://github.com/cres17/pr-convention-checker to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action ensures that code changes in pull requests are synchronized with related documentation and configuration files, such as specs, runbooks, CHANGELOGs, and environment examples. It automates the detection of inconsistencies, categorizes changes, evaluates compliance with defined rules, and generates actionable reports that can block merges, prompt team discussions, or provide informational feedback. By enforcing doc-code consistency, it helps teams maintain up-to-date and accurate contract documents, reducing the risk of overlooked updates during development.
April 7, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.17.1.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Fallow, is a Rust-native codebase analyzer for TypeScript and JavaScript that identifies unused code, code duplication, complexity issues, and architectural problems in sub-second execution times. It automates tasks such as detecting dead code, finding duplicated code, analyzing complexity, and auditing file changes, helping developers maintain cleaner and more efficient codebases. Its key features include zero configuration, automatic entry point detection, framework/plugin support, and optional auto-removal of unused code elements.