April 7, 2026
MC-Runtime-Test
Version updated for https://github.com/headlesshq/mc-runtime-test to version 4.3.1.
This action is used across all versions by 23 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary MC-Runtime-Test is a GitHub Action that automates the testing of Minecraft mods in runtime environments directly within CI/CD pipelines. By leveraging HeadlessMC and virtual framebuffer support, it simplifies the process of identifying runtime-specific bugs across various Minecraft versions and modloaders. Key capabilities include automated client launches, basic test execution, and support for Minecraft’s GameTest Framework to streamline mod validation.
April 7, 2026
Build signed repo and publish as release
Version updated for https://github.com/hecknt/pkgbuild-to-signed-repo to version v0.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 The pkgbuild-to-signed-repo GitHub Action automates the process of building packages from PKGBUILD files located in the repos/ directory, signing them with a GPG key, and publishing them as a signed Pacman repository via a GitHub release. It streamlines package creation, ensures repository authenticity through GPG signing, and simplifies distribution by integrating directly with GitHub’s release system.
April 7, 2026
Create GitHub App Token (AWS KMS)
Version updated for https://github.com/konippi/create-github-app-token-aws-kms to version v1.0.1.
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, Create GitHub App Token (AWS KMS), generates installation access tokens for GitHub Apps using AWS Key Management Service (KMS) for secure JWT signing. It eliminates the need to store private keys in GitHub Secrets by delegating JWT signing to the AWS KMS Sign API, ensuring private keys remain securely within the HSM boundary. This action automates token creation and management while enforcing least-privilege permissions for enhanced security and compliance.
April 7, 2026
Guard Action - AI Prompt Security
Version updated for https://github.com/nysquared-support-ux/guard-action to version v1.0.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 This GitHub Action, Guard Action - AI Prompt Security, automatically scans AI prompts for security risks such as prompt injection attacks and sensitive personal information (PII) leakage within CI/CD pipelines. It performs offline, high-performance risk analysis using the @ny-squared/guard library, providing a risk score, threat type, and optional workflow failure if risks exceed a configurable threshold. This action helps developers secure AI systems by detecting vulnerabilities in prompts before deployment.
April 7, 2026
Laravel Horizon Doctor
Version updated for https://github.com/okaufmann/laravel-horizon-doctor to version v2.6.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 Laravel Horizon Doctor GitHub Action is designed to validate and optimize the configuration of Laravel Horizon against the Laravel queue system. It automates the detection of misconfigurations, provides insights into Redis queue environments, and optionally performs static analysis of queued classes (e.g., jobs, listeners, mail) to identify potential issues like misaligned timeouts or improper queue usage. This tool simplifies troubleshooting and ensures reliable queue management in Laravel applications.
April 7, 2026
Publish Blog Post
Version updated for https://github.com/trystan2k/publish-blog-post to version v2.0.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 Publish Blog Post GitHub Action automates the process of publishing or updating blog posts on supported platforms like Dev.to by reading markdown files and utilizing their front matter metadata. It simplifies content management by detecting new or updated files in a repository, extracting metadata (e.g., title, tags), and interacting with platform APIs for seamless publishing. Key capabilities include automated post creation, updates, and integration with version control workflows.
April 7, 2026
snapshot-save
Version updated for https://github.com/WarpBuilds/snapshot-save to version v1.2.2.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 2 repositories.
Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary WarpSnapshot GitHub Action allows users to capture snapshots of runner virtual machines (VMs) during workflows, enabling faster subsequent runs by reusing the saved state. It automates the process of creating and utilizing snapshots, reducing build times and improving efficiency in CI/CD pipelines. Key capabilities include conditional snapshot usage, environment variable support for snapshot identification, and integration with branch protection or custom logic for flexible runner selection.
April 7, 2026
ExifPR
Version updated for https://github.com/xryuseix/exifpr to version v2.1.4.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The ExifPR GitHub Action automatically extracts and posts Exif metadata from specified file types as a comment on a pull request when it is created or when prompted via a specific PR comment. It automates metadata analysis for files within PRs, helping streamline workflows that require inspection of file attributes (e.g., images or media).
April 7, 2026
ra - AI Agent
Version updated for https://github.com/chinmaymk/ra to version v0.0.7.
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 ra GitHub Action is a customizable and open agent framework that enables users to automate tasks such as code review, debugging, multi-agent orchestration, and more. It addresses the limitations of traditional agent frameworks by providing full transparency, user-defined configurations, and integration with various AI providers, avoiding vendor lock-in or hidden processes. Key capabilities include configurable tools, middleware hooks for custom workflows, and support for defining task-specific “recipes” to streamline complex processes.
April 7, 2026
PruneTest
Version updated for https://github.com/cjlee1/PruneTest to version 0.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 PruneTest is a GitHub Action that optimizes continuous integration (CI) workflows by intelligently selecting and running only the tests relevant to code changes in pull requests. Using a multi-layered approach combining static analysis, semantic embeddings, machine learning, and optional LLM reasoning, it identifies tests likely to be impacted by a code diff, reducing unnecessary test executions. This action streamlines CI pipelines, saves computational resources, and improves testing efficiency without blocking workflows.