April 19, 2026
HumaneProxy Safety Benchmark
Version updated for https://github.com/Vishisht16/Humane-Proxy to version v0.4.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 HumaneProxy is a lightweight middleware solution designed to ensure user safety when interacting with large language models (LLMs). It intercepts user messages to detect self-harm ideation or criminal intent, blocking or flagging unsafe content, notifying operators, and providing empathetic responses before the content reaches the LLM. By automating the detection of high-risk messages, it helps organizations mitigate risks related to user safety while seamlessly forwarding safe messages to the LLM.
April 18, 2026
Verify by Born14
Version updated for https://github.com/Born14/verify to version v1.0.0.
This action is used across all versions by 0 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, Verify, is designed to detect unsafe database migrations before they are merged into production, preventing issues that could cause deployment failures. It specifically identifies problematic patterns, such as adding NOT NULL columns without default values, which can break deployments on non-empty tables. Additionally, it provides historical context on migration-related incidents, helping teams identify and mitigate potential deploy coordination issues.
April 18, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/chernistry/bernstein to version v1.8.6.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Bernstein is a GitHub Action that automates the orchestration of AI coding agents to efficiently complete complex development tasks. It decomposes a goal into smaller tasks, assigns them to parallel AI agents, verifies the outputs, and merges successful results while handling failures through retries or alternative models. Key capabilities include support for multiple interchangeable AI agents and models, a plain Python task scheduler, and vendor-agnostic integration, enabling streamlined and adaptable software development workflows.
April 18, 2026
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.4.2.
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 Aptu is an AI-powered triage utility designed to automate and improve open-source project management tasks such as issue triage, pull request reviews, and identifying good-first-issues. By leveraging small, efficient language models with optimized prompts, it delivers accurate results at lower costs and faster speeds compared to larger models. Key features include automatic labeling and commenting on GitHub issues, customizable prompts, multi-format output, and local security scanning for pull request reviews.
April 18, 2026
setup-hacklang
Version updated for https://github.com/CodeWithSushil/setup-hhvm to version v2.2.
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 facilitates the setup and installation of HHVM, enabling users to run and type-check Hack code within CI/CD workflows. It automates the process of configuring the environment for Hack development, specifically on Ubuntu 20.04 or 22.04, addressing compatibility and setup challenges.
April 18, 2026
spec-sync
Version updated for https://github.com/CorvidLabs/spec-sync to version v4.2.1.
This action is used across all versions by 8 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary SpecSync is a GitHub Action designed for bidirectional validation of markdown specifications (*.spec.md) against source code and database schemas across multiple programming languages. It automates the detection of discrepancies such as undocumented code exports, stale spec entries, missing files, and schema inconsistencies, ensuring alignment between specifications and implementation. Key capabilities include cross-project references, dependency graph generation, and AI-assisted spec creation, streamlining software documentation and validation workflows.
April 18, 2026
changegen
Version updated for https://github.com/creativengine-ai/changegen to version v1.
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 changegen is a GitHub Action that automates the generation of clean, categorized changelogs from git commit history, leveraging the Conventional Commits format. It simplifies release management by parsing commits to produce structured changelogs with sections like features, bug fixes, and breaking changes, and outputs them as markdown files, terminal summaries, or both. This tool is ideal for streamlining changelog creation in CI pipelines and ensuring consistent documentation for software updates.
April 18, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.10.94.
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 MUAD’DIB is a security-focused GitHub Action designed to detect and analyze threats in npm and PyPI packages, addressing the growing issue of supply chain attacks in software dependencies. It automates threat detection using 14 parallel scanners, machine learning classifiers, and a sandbox environment to identify known malicious packages and suspicious behaviors. Key capabilities include pre-installation threat scans, risk scoring, detailed detection explanations, and exporting results in various formats, making it a powerful first-line defense for developers.
April 18, 2026
EMS-ESP Automatic Releases
Version updated for https://github.com/emsesp/action-automatic-releases to version v1.0.1.
This action is used across all versions by 4 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 automates the process of creating and managing GitHub releases by generating changelogs, tagging commits, and uploading release assets. It supports pre-releases, draft releases, and automatic updates to existing releases, streamlining workflows for software versioning and distribution. The action is particularly useful for developers seeking to save time and reduce manual effort in the release process.
April 18, 2026
Update golangci-lint Action
Version updated for https://github.com/faisal-memon/update-golangci-lint-action to version v1.0.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 The update-golangci-lint-action GitHub Action automates the process of updating golangci/golangci-lint-action references in GitHub workflow files and optionally synchronizes a version file used elsewhere in the repository. It simplifies maintaining consistent versions of golangci-lint by updating workflow configurations and version files, reducing manual effort and ensuring alignment across the project. Key features include updating action versions, syncing version files, and providing outputs to track changes made.