April 3, 2026
Setup cli-replay
Version updated for https://github.com/ormasoftchile/cli-replay to version v0.1.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 Summary:
The cli-replay GitHub Action is a scenario-driven tool designed for black-box testing of systems that orchestrate external CLI tools. It records real command executions, replays them deterministically, and validates that workflows execute the correct commands in the expected order without requiring network access, credentials, or live services. Key capabilities include strict step ordering, flexible argument matching, call count validation, and rich diagnostics, making it ideal for testing deployment pipelines, runbooks, and multi-tool workflows.
April 3, 2026
CLA Bot - Easily handle Contributor License Agreements (CLAs)
Version updated for https://github.com/overtrue/cla-bot to version v0.0.8.
This action is used across all versions by 2 repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary CLA Bot is a GitHub Action that enforces Contributor License Agreement (CLA) compliance by blocking pull requests until all required contributors have signed the CLA via a specified comment. It automates the process of verifying signatures, re-checks when comments are updated, and provides signing instructions to contributors directly on pull requests. The action supports multiple configuration modes to suit various repository and record-keeping preferences, offering flexibility and reducing manual CLA management overhead.
April 3, 2026
RoboInfra URDF Validator
Version updated for https://github.com/Ravindar10/validate-urdf-action 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 validate-urdf-action is a GitHub Action designed to automate the validation of ROS URDF files in CI/CD pipelines using the RoboInfra API. It helps developers identify and resolve structural errors in URDF files—such as joint validity, kinematic chain issues, and duplicate names—early in the development process, preventing issues from propagating to simulations or hardware. The action also supports optional kinematic analysis for advanced insights, streamlining the development of robotics applications.
April 3, 2026
PR Security Reviewer
Version updated for https://github.com/renegadedme/pr-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 The PR Security Reviewer GitHub Action automatically scans changes made to Dockerfiles and Kubernetes manifests in pull requests, identifies security risks, and provides clear, actionable feedback through inline comments and summary reports on the PR. Designed to integrate seamlessly into developer workflows, it helps automate security reviews, enforce best practices, and fail CI on high-severity findings, using a rules-based engine with optional AI-powered explanations.
April 3, 2026
SEO Audit Action
Version updated for https://github.com/SeoScoreAPI/seo-audit-action to version v1.
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 SEO Audit Action is a GitHub Action designed to automate SEO audits for websites within a CI/CD pipeline, enabling developers to identify and address SEO-related issues before deployment. It performs 28 checks across meta, technical, social, performance, and accessibility categories, providing actionable insights such as an SEO score, letter grade, and detailed issue reports. This action helps prevent SEO regressions, streamlines optimization processes, and ensures consistent website performance and visibility.
April 3, 2026
Setup Emscripten toolchain (node24)
Version updated for https://github.com/slowriot/setup-emsdk to version v15.
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 The setup-emsdk GitHub Action automates the process of downloading, installing, and configuring a specified version of Emscripten, a toolchain for compiling to WebAssembly. It simplifies the setup of Emscripten in CI workflows, offering optional caching capabilities for both the toolchain and build-generated system libraries to improve build efficiency. This action is particularly useful for developers targeting WebAssembly, enabling seamless integration of Emscripten into their automated pipelines.
April 3, 2026
Expand AWS IAM Wildcards
Version updated for https://github.com/thekbb/expand-aws-iam-wildcards 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 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automatically expands AWS IAM policy wildcard actions in pull request (PR) diffs and adds inline comments that detail the specific actions each wildcard represents, with links to AWS documentation. It helps reviewers quickly understand the security implications of changes to IAM policies, streamlining code review processes for enhanced clarity and security posture evaluation. Key features include grouping consecutive wildcards into single comments, truncating large expansions for readability, and logging the full expansion details in workflow run logs.
April 3, 2026
Helm-actions-vidhya101
Version updated for https://github.com/vidhyashankergoel/helm-actions to version v1.0.
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 automates tasks related to managing and deploying Helm charts. It packages Helm charts, performs linting, pushes the packaged charts to an OCI registry (e.g., GHCR), and optionally updates a HELMCHART-VERSION file in the repository. Its key capabilities include versioning, updating chart metadata, and streamlining the Helm chart release process, making it efficient for continuous integration and deployment workflows.
April 3, 2026
setup-wash-action
Version updated for https://github.com/wasmCloud/setup-wash-action to version v2.0.0.
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 The setup-wash-action GitHub Action automates the installation of the wash CLI, a tool designed for developing and managing WebAssembly components within the wasmCloud ecosystem. It simplifies the setup process for projects requiring the wash CLI, ensuring developers can quickly integrate and use wasmCloud tools in their workflows.
April 3, 2026
Bun Setup with Cache
Version updated for https://github.com/WebNaresh/bun-setup-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 simplifies the setup of the Bun JavaScript runtime by combining runtime installation, dependency installation, and caching of node_modules into a single step. It enhances CI workflows with features such as cross-branch caching, automatic detection of node_modules directories (including in monorepos), and significantly faster dependency installations. The action replaces multiple workflow steps, reducing complexity and improving efficiency in managing Bun-based projects.