August 12, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.3.5.
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 RustScript is an action that enables Rust developers to run scripts without compiling them into binaries. It provides a practical subset of the language, allowing for quick execution and validation of code snippets, with support for concurrency using Tokio. The action supports compiling scripts to native binaries for performance-critical tasks. It also caches results of compiled checks and builds for efficient reusability.
August 12, 2026
Prism Reviewer AI
Version updated for https://github.com/vyoman-labs/prism-reviewer 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 Prism Reviewer is an AI-driven multi-agent code review system that automates static analysis, dependency scanning, AST-based symbol inspection, and parallel LLM-guided code evaluation. It acts as a gatekeeper for pull requests by performing targeted reviews, providing detailed reports categorized by severity.
August 12, 2026
wcagc accessibility check
Version updated for https://github.com/WCAG-Compliance/wcagc-ci to version v1.2.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 The action, wcagc CI, automates accessibility checks for GitHub and GitLab repositories using the WCAGc service. It compares current checks against a saved baseline and reports findings in PR comments or SARIF files, helping to ensure compliance with web standards while preserving manual review requirements. The action is designed to help developers catch accessibility issues early in the development process.
August 12, 2026
GitBanner Profile Card
Version updated for https://github.com/yashksaini-coder/GitBanner to version v1.2.0.
This action is used across all versions by 1 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 generates a customizable open-source contribution banner (SVG + PNG) for your GitHub profile README, measuring contributions across other repositories. It automates the process of tracking and displaying metrics like merged pull requests, reviews given, and projects contributed to, making it easy to showcase your involvement in the community without relying solely on repository stars.
August 12, 2026
B.IA Accessibility Checker
Version updated for https://github.com/YuriFAToledo/B.IA to version v0.1.9.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary B.IA is a GitHub Action that integrates accessibility checks into CI/CD pipelines. It allows companies to define an audience and a percentage of guidelines to be met, using AI to analyze and measure guidelines. The action helps ensure products comply with WCAG guidelines by providing feedback on any violations, allowing developers to correct solutions efficiently.
August 12, 2026
Zuke Build
Version updated for https://github.com/zuke-build/zuke to version core-v1.38.1.
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 This GitHub Action allows users to execute templates as shell commands in a safe and repeatable manner, with options to throw on failure or capture output. It ensures injection safety by not using any third-party dependencies and focuses only on basic tasks needed for template execution.
August 11, 2026
Acquit Test Selection
Version updated for https://github.com/rajeev-chaurasia/acquit to version v0.1.1.
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 Acquit analyzes a repository’s dependency graph and selectively skips tests that are not affected by changes in the pull request. It uses static analysis to determine which tests can be skipped, ensuring only potentially unsafe changes are included in the test suite. The action is designed to improve build times and reduce unnecessary testing in large codebases.
August 11, 2026
Remyx Outrider
Version updated for https://github.com/remyxai/outrider to version v1.7.50.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Outrider is a GitHub Action designed to turn briefs into review-ready PRs by automating the process of implementing and testing code. It uses Anthropic Opus and z.ai GLM-5.2 as backend models to suggest and evaluate candidate implementations based on their relevance to a user’s research interest or other triggers like search queries or pinning specific papers. The action generates draft PRs with complete implementation details, including test cases, license information, and references cited, ensuring that the maintainer has all necessary evidence for reviewing the changes.
August 11, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action prints a greeting message to the log, either “Hello World” or “Hello [name]”, and optionally provides the current time. It automates the task of sending personalized greetings in automated workflows. The action accepts an optional input for the person’s name and outputs the current timestamp.
August 11, 2026
Cryload Load Test
Version updated for https://github.com/sdogruyol/cryload to version v5.2.1.
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 cryload is a modern, cross-platform HTTP load testing CLI that automates performance testing in CI/CD pipelines. It provides features like concurrent connections, latency percentiles, CI thresholds, JSON/CSV output, and supports multi-URLs, custom success codes, and rate limiting. The action allows for easy integration into GitHub Actions to validate deployment performance.