April 7, 2026
Wayback Machine Query
Version updated for https://github.com/flcdrg/wayback-machine-query-action to version v7.0.30.
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 Wayback Machine Query GitHub Action automates the process of locating archived versions of broken URLs using Archive.org’s Wayback Machine Availability API. It identifies missing URLs and generates replacements by providing Wayback Machine links, enabling efficient resolution of broken links in input files (e.g., JSON files produced by tools like Lychee). This action simplifies link management tasks by automating archival queries and generating actionable data for fixing or replacing dead links.
April 7, 2026
ReleaseKit – Automated Versioning & Release
Version updated for https://github.com/goosewobbler/releasekit to version v0.10.3.
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 ReleaseKit is a lightweight, composable tool designed to automate the release process for JavaScript and Rust projects, integrating seamlessly with CI/CD pipelines. It simplifies tasks such as semantic versioning, changelog generation (with optional AI-powered enhancements), and publishing to package registries like npm and crates.io. With support for monorepos, configurable release triggers, and preview capabilities, it streamlines version management while ensuring flexibility for both standalone and integrated workflows.
April 7, 2026
Next Calendar Version
Version updated for https://github.com/harm-matthias-harms/calendar-version to version v3.0.2.
This action is used across all versions by 6 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, Calendar Version, automates the generation of calendar-based release versions in the format YYYY.MM.build, ensuring consistent and predictable versioning. It simplifies workflows by calculating the next version tag based on the current date and the repository’s highest existing version, making it ideal for use with release management tools. Key capabilities include seamless integration with other GitHub Actions and support for customizable tag prefixes.
April 7, 2026
skill-publish
Version updated for https://github.com/hashgraph-online/skill-publish to version v1.0.12.
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 skill-publish GitHub Action and CLI tool automates the validation, quoting, and publishing of trustless, immutable skill releases on the Hedera Consensus Service (HCS) via the HOL Registry Broker. It ensures tamper-evident, reproducible, and audit-friendly package releases by recording each version on-chain, solving issues related to mutable URLs and untraceable changes. Key capabilities include version pinning, reproducible artifact retrieval, and generating an audit trail for skill packages.
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.