April 19, 2026
Newma Review
Version updated for https://github.com/slatinwine/newma-review-action to version v0.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 The Newma Review Action is a GitHub Action that automates code reviews for pull requests using AI-powered analysis. It streamlines the review process by automatically analyzing code changes, providing feedback in pull requests, and supporting multiple AI models and languages. This action reduces manual effort in code reviews, improves efficiency, and supports integration with various AI providers like OpenAI, ZhipuAI, and DeepSeek.
April 19, 2026
CVE Lite CLI
Version updated for https://github.com/sonukapoor/cve-lite-cli to version v1.7.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 CVE Lite CLI is a vulnerability scanning tool for JavaScript and TypeScript projects that identifies known dependency vulnerabilities by analyzing lockfiles locally and providing actionable remediation plans. It automates tasks such as generating fix commands (e.g., npm install) and distinguishing direct vs. transitive risks, offering fast, offline, and privacy-focused scanning without requiring an account or external cloud services. This tool is ideal for developers seeking efficient, local-first security checks before releases.
April 19, 2026
compose-lint
Version updated for https://github.com/tmatens/compose-lint 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 compose-lint is a security-focused linter for Docker Compose files that identifies and flags potentially dangerous misconfigurations before they are deployed to production. It automates the process of ensuring compliance with best practices and security standards, such as those defined by OWASP and CIS, by providing opinionated, zero-configuration checks for common vulnerabilities. Key capabilities include detecting issues like insecure port bindings, improper volume mounts, and elevated container privileges, helping developers maintain secure and robust Docker Compose configurations.
April 19, 2026
Safe PR Review Agent
Version updated for https://github.com/tushardhole/pr-review-agent to version v1.0.1.
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 PR Review Agent GitHub Action leverages an AI-powered large language model (LLM) to automate code reviews for pull requests. It analyzes PR metadata, changed files, and repository conventions, generating inline review comments with severity tags and recommendations to ensure code quality and adherence to standards. This action streamlines the code review process by supporting configurable models, context-aware file analysis, and customizable review parameters, reducing manual effort and improving review efficiency.
April 19, 2026
SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v7.1.1.
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 GitHub Action sr automates semantic versioning and release management for projects using conventional commits. It handles tasks such as version bumping, changelog generation, GitHub releases, and tag creation, all in a single, language-agnostic static binary without requiring additional runtime dependencies. This action simplifies and streamlines the release process with zero-configuration defaults, making it an efficient tool for continuous integration and deployment workflows.
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.