April 11, 2026
CBrowser - AI Browser Automation with Safety Boundaries
Version updated for https://github.com/alexandriashai/cbrowser to version v18.34.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 CBrowser is a next-generation browser automation tool designed to simulate real human cognitive behavior and improve AI agent interactions with websites. It automates tasks such as accessibility audits, user behavior prediction, and self-healing selectors, ensuring sites are user-friendly and resilient to changes. By integrating cognitive user simulation and constitutional AI safety, it addresses challenges traditional tools overlook, such as frustration, abandonment prediction, and accessible design.
April 11, 2026
Bernstein — Multi-Agent Orchestration
Version updated for https://github.com/chernistry/bernstein to version v1.6.5.
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 achieve coding goals efficiently. It breaks down a given task into subtasks, assigns them to parallel AI agents, verifies outputs, merges results, and delivers complete, tested, and clean code. By supporting interchangeable AI models and tools without vendor lock-in, it simplifies and accelerates complex coding workflows.
April 11, 2026
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.3.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 Aptu is an AI-powered triage utility designed to automate and enhance open-source software (OSS) issue management and code review processes. It specializes in providing precise AI-driven insights such as issue triage, pull request analysis, security scanning, and changelog generation by using context-specific prompts tailored for code quality tasks. This tool streamlines workflows, reduces manual effort, and integrates seamlessly with GitHub Actions and various AI providers to support efficient project maintenance.
April 11, 2026
spec-sync
Version updated for https://github.com/CorvidLabs/spec-sync to version v3.8.0.
This action is used across all versions by 5 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 and CLI tool designed for bidirectional validation of markdown-based module specifications against source code, ensuring alignment between documentation and implementation. It automates the detection of discrepancies, such as missing, undocumented, or outdated code elements, database schema mismatches, and incomplete specs across multiple programming languages. By enabling cross-project references, dependency graph generation, and AI-powered spec creation, it streamlines the maintenance of accurate and consistent technical documentation.
April 11, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.10.72.
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 scan npm and PyPI packages for known threats, suspicious behaviors, and vulnerabilities using advanced detection techniques such as deobfuscation, inter-module dataflow analysis, and ML classifiers. It automates threat detection, risk scoring, and package scanning prior to installation, addressing the growing problem of supply chain attacks on open-source dependencies. Key capabilities include parallel scanning, interactive mode, detailed threat explanations, exportable reports, and integration with CI/CD pipelines for proactive risk management.
April 11, 2026
Setup .NET Fast
Version updated for https://github.com/fast-actions/setup-dotnet to version v1.6.0.
This action is used across all versions by 9 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-dotnet GitHub Action provides a fast and efficient way to install .NET SDKs, Runtimes, and ASP.NET Core Runtimes in CI/CD workflows. It automates tasks such as parallel downloads, version resolution (with support for wildcards, keywords, and global.json), and caching to optimize performance and minimize redundant installations. Its key features include intelligent deduplication, non-root installation, and conditional use of pre-installed .NET versions, making it a robust alternative to streamline .NET setup in GitHub Actions.
April 11, 2026
GitHub Environment Variables Action
Version updated for https://github.com/FranzDiebold/github-env-vars-action to version v2.9.0.
This action is used across all versions by 4,489 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 GitHub Environment Variables Action is a GitHub Action designed to expose and standardize key environment variables related to a repository, such as repository owner, name, branch, tags, and references, often in a slugged format for consistent usage. It simplifies workflows by providing easy access to these variables, reducing the need for custom scripts and enhancing automation. This action is especially useful for tasks like CI/CD pipelines, where repository metadata is frequently required.
April 11, 2026
GitHub slug
Version updated for https://github.com/gacts/github-slug to version v1.3.5.
This action is used across all versions by 246 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 GitHub Slug Action is designed to generate URL-friendly, “slugified” versions of branch names, tags, or custom strings within GitHub workflows by normalizing text (e.g., converting to lowercase, replacing special characters, and removing invalid characters). It automates the process of creating consistent and sanitized identifiers for use in CI/CD pipelines, solving challenges related to managing branch or tag names in scripts and tools. Key capabilities include detecting if workflows are triggered on branches or tags, providing cleaned versions of branch/tag names, and extracting semantic version details.
April 11, 2026
JK Coverage Badge
Version updated for https://github.com/jedi-knights/coverage-badge to version v0.3.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 coverage-badge GitHub Action automates the process of updating a coverage badge in your repository’s README by extracting the line coverage percentage from supported test coverage files (e.g., LCOV, Cobertura XML, Coveralls JSON, or Istanbul/NYC JSON). It eliminates the need for external badge services and ensures your badge remains accurate, while offering optional features like coverage thresholds to enforce minimum standards and linking badges to detailed reports. This action streamlines coverage reporting and integrates seamlessly with GitHub-hosted runners.
April 11, 2026
Fetch Salesforce Field Definitions
Version updated for https://github.com/kotaoue/salesforce-field-inspector to version v1.0.2.
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 salesforce-field-inspector GitHub Action automates the process of fetching Salesforce FieldDefinition records via the Tooling API and exporting them as JSON or CSV files. It simplifies the task of retrieving metadata for system or custom objects, with options to filter by modification dates and select specific fields. This action is useful for developers or teams needing structured and customizable metadata exports for documentation, analysis, or integration purposes.