April 16, 2026
Versionary Action
Version updated for https://github.com/jolars/versionary to version v0.11.1.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Versionary is an automated release tool designed to streamline semantic versioning, changelog generation, tagging, and release metadata management, while supporting both direct releases and release PR workflows. It provides a software-agnostic, extensible solution that works across various repository types and integrates with SCM platforms like GitHub. By focusing solely on release planning and execution, Versionary simplifies versioning and release processes, allowing CI/CD workflows to handle artifact publishing.
April 16, 2026
AI Attestation
Version updated for https://github.com/Korext/ai-attestation to version v1.0.0.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary AI Attestation is a GitHub Action and CLI tool designed to track and document the use of AI-generated code within a repository. It automates the detection of AI coding tools, the amount of AI-generated code, and whether it has undergone governance scanning, producing a standardized .ai-attestation.yaml file for transparency and compliance purposes. The tool identifies AI contributions using various detection methods and supports a wide range of popular AI development tools.
April 16, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.56.1.
This action is used across all versions by 2,921 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator GitHub Action automates the generation of Python data models from various schema definitions, including OpenAPI 3, JSON Schema, GraphQL, and raw data formats like JSON, YAML, or CSV. It simplifies the creation of type-safe, validated Python code for use with Pydantic, dataclasses, TypedDict, and related frameworks, supporting complex schemas with features like references, inheritance, and enums. This tool is ideal for streamlining development workflows by reducing manual coding and ensuring compatibility with type checkers and IDEs.
April 16, 2026
L10n.dev AI Localization Automation
Version updated for https://github.com/l10n-dev/ai-l10n to version v1.5.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The ai-l10n GitHub Action simplifies app localization by leveraging AI to translate i18n files into 165+ languages while preserving context, formatting, and data types. It automates tasks such as detecting target languages, generating plural forms, and incrementally updating translations for new content across various localization file formats like JSON, YAML, and XLIFF. This tool is ideal for streamlining the localization process in development workflows, offering smart error handling, flexible configuration options, and a free usage tier.
April 16, 2026
Claude PR Auditor
Version updated for https://github.com/LennardGeissler/ai-pr-reviewer to version v0.1.0.
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 Claude PR Auditor is a self-hosted GitHub Action that automates the review of pull requests using Anthropic’s Claude AI. It identifies potential bugs, security issues, and performance concerns in code changes, focusing on critical feedback rather than style suggestions. This action streamlines the code review process while maintaining data privacy, as no third-party services (besides Anthropic) access your repository.
April 16, 2026
PR or GTFO
Version updated for https://github.com/NeuroShepherd/pr-or-gtfo 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 The PR or GTFO GitHub Action automates the process of responding to specific trigger phrases in issue or pull request comments by posting a randomized follow-up message. It simplifies communication by encouraging contributors to create pull requests for their proposals, reducing unproductive discussions. Its key capabilities include customizable trigger commands, support for both issue and pull request comments, and the ability to post randomly selected pre-defined responses.
April 16, 2026
Generate Repo File List
Version updated for https://github.com/Nick2bad4u/Generate-Repo-File-List to version v1.0.7.
This action is used across all versions by 9 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The Generate Repo File List GitHub Action automates the creation of organized, visually appealing file indexes for repositories, outputting them in HTML or Markdown formats. It streamlines repository documentation by categorizing files, respecting .gitignore rules, and integrating file lists directly into the README with customizable styles and responsive design. This action is ideal for maintaining clear and up-to-date project structures while reducing manual effort.
April 16, 2026
Run AER Tests
Version updated for https://github.com/octoberswimmer/aer-dist to version v0.0.156.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The aer GitHub Action facilitates the validation, execution, and testing of Apex code by creating a lightweight Salesforce-compatible runtime directly on a developer’s workstation. It automates the testing of Apex logic without requiring deployment to a Salesforce org, enabling faster, more reproducible test cycles. Key capabilities include executing test suites, running individual code paths, and supporting interactive debugging in IDEs like VS Code and IntelliJ.
April 16, 2026
agent-hooks
Version updated for https://github.com/pm990320/agent-hooks to version v0.1.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 The agent-hooks GitHub Action simplifies and automates development workflows by providing a unified command (agent-hooks ci) for running CI pipelines, pre-commit hooks, and agent feedback loops across different environments, including GitHub Actions, local machines, and coding agents. It eliminates the need for multiple tools and configurations, offers instant feedback on code edits, and manages its own lightweight git hook installation. This action is designed to save time, improve consistency, and streamline development processes through a single, standalone binary with extensive stack detection and configuration capabilities.
April 16, 2026
Rust Lint Action
Version updated for https://github.com/Profiidev/rust-lint-action to version v4.0.1.
This action is used across all versions by 22 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 Rust Lint Action is a GitHub Action designed to automatically run Rust-specific linting tools, such as cargo clippy, on your codebase to identify and flag potential issues, coding inefficiencies, and style violations. It streamlines the linting process by integrating it directly into GitHub workflows, ensuring consistent code quality and reducing manual effort in maintaining best practices.