July 24, 2026
Directory Listing Generator
Version updated for https://github.com/pranabdas/directory-listing 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 action generates directory listings for GitHub Pages and automates the deployment process using GitHub Actions. It supports generating listings from a specified folder, excluding files or directories, and deploying them to either the same repository’s gh-pages branch or an external repository. The action can also customize various aspects such as site URL, base path, site name, footer text, and commit messages.
July 24, 2026
Wrangler Deploy
Version updated for https://github.com/risu729/wrangler-deploy-action to version v1.1.0.
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 automates the deployment of Cloudflare Workers through GitHub Actions, providing a consistent workflow for preview, dry-run, and production deployments. It leverages Wrangler to manage worker deployments and outputs relevant information about the deployment to the GitHub Actions job summary. The action handles authentication credentials and ensures that only qualified users can deploy production workers.
July 24, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.42.
This action is used across all versions by 7 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary:
rumdl is a high-performance Markdown linter and formatter written in Rust. It offers over 77 lint rules, automatic formatting with the --fix option, and support for multiple Markdown flavors. The action provides detailed error reporting and is optimized for speed, making it suitable for use in CI/CD pipelines and editor integrations.
July 24, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/sipyourdrink-ltd/bernstein to version v3.8.4.
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 Bernstein is a deterministic orchestrator for CLI coding agents that schedules tasks in plain Python and ensures reproducibility and auditability. It uses an always-on lineage spine to track changes and an HMAC-chained audit log to verify results offline, making it suitable for environments with strict requirements on transparency and repeatability.
July 24, 2026
Setup UniRTM
Version updated for https://github.com/snowdreamtech/setup-unirtm to version v0.6.0.
This action is used across all versions by 36 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 GitHub Action setup-unirtm automates the installation and configuration of UniRTM, a runtime and tools manager. It intelligently detects the best install method based on available runtimes and supports multiple methods such as npm, pip, GitHub Releases, and go installs. The action also offers features like caching using Handlebars templates and supports GitHub proxy configurations for restricted networks.
July 24, 2026
DLP Secret Scan
Version updated for https://github.com/SpiderCob/dlp-scan-action to version v1.0.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 This GitHub Action uses dlp-patterns to scan a codebase for secrets, PII, and sensitive data. It helps detect over 50 categories of sensitive information and provides detailed reports on findings, including the number and severity levels. The action can be configured to focus only on API keys and credentials or to scan everything, including PII. Users can set thresholds for severities to trigger different actions in CI/CD pipelines.
July 24, 2026
Install bashunit
Version updated for https://github.com/TypedDevs/bashunit to version 0.43.0.
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 action is a simple testing framework for Bash scripts that automates the process of writing and running tests. It focuses on providing developers with a lightweight, fast testing experience with over 70 assertions across various families, including equality, strings, exit codes, numeric checks, arrays, file/directory permissions, JSON assertions, date comparisons, duration checks, snapshots, and test doubles. The framework is designed to be user-friendly and developer-centric, offering interactive learning through the learn command and extensive documentation at bashunit.com.
July 24, 2026
MCP Test Harness
Version updated for https://github.com/vaquarkhan/mcp-test-harness to version v3.0.9.
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 MCP Test Harness is a CI tool that automates and tests the correctness of MCP servers. It helps teams ensure their AI server features do not break silently and provides evidence of compliance with standards like JUnit, SARIF, and HTML reports. By using this action, developers can quickly verify the reliability and performance of their MCP servers before they are deployed, reducing costs associated with quality assurance and improving overall trust in their codebase.
July 24, 2026
Symfony Security Auditor
Version updated for https://github.com/vinceAmstoutz/symfony-security-auditor to version 1.17.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 is an AI-powered security auditor for Symfony applications that automates the detection of application-level vulnerabilities missed by traditional SAST tools. It targets business logic flaws and multi-file attack chains, providing a comprehensive validation report in console, JSON, SARIF, HTML, or Markdown formats. The action uses adversarial “Attacker” and skeptical “Reviewer” agents to identify and cull false positives over three iterations, ensuring a validated report for security audits in Symfony projects.
July 24, 2026
RustScript Action
Version updated for https://github.com/VladasZ/rustscript to version v0.2.10.
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 a tool that interprets and runs Rust scripts without compiling them fully. It allows users to execute Rust code directly from the command line, bypassing the need for Cargo or type checking. The action supports running scripts, validating them without execution, building native binaries, listing supported features, clearing caches, and updating releases.