April 9, 2026
SR - Semantic Release
Version updated for https://github.com/urmzd/sr to version v3.3.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 This GitHub Action, sr, is an AI-powered release engineering tool that automates the end-to-end software release lifecycle, from commit creation to version publishing. It leverages AI to generate atomic conventional commits, conduct code reviews, create pull requests, and automate versioning, changelogs, and releases—all within a single, language-agnostic CLI. By streamlining these tasks with zero-configuration defaults and robust safety measures, it simplifies release workflows, eliminates dependency on complex setups, and enhances developer productivity.
April 8, 2026
ReleaseKit – Automated Versioning & Release
Version updated for https://github.com/goosewobbler/releasekit to version v0.11.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 ReleaseKit is a lightweight, composable release automation tool for JavaScript and Rust projects, designed specifically for CI/CD pipelines. It automates semantic versioning, changelog generation, and package publishing by leveraging Git history and conventional commits, with support for monorepos and PR release previews. Key capabilities include AI-enhanced release notes, flexible templating, and modular tools that can be used independently or as part of an integrated release workflow.
April 8, 2026
Setup Haskell
Version updated for https://github.com/haskell-actions/setup to version v2.10.4.
This action is used across all versions by 3,215 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, haskell-actions/setup, automates the setup of a Haskell development environment in GitHub workflows. It installs and configures specified versions of GHC, Cabal, and optionally Stack, while providing paths and metadata as outputs for seamless integration. The action simplifies environment management by leveraging pre-installed tools on GitHub runners or installing missing versions via GHCup and Chocolatey, addressing the needs of developers requiring consistent Haskell toolchains in CI pipelines.
April 8, 2026
Honeycomb Buildevents
Version updated for https://github.com/honeycombio/gha-buildevents to version v4.0.0.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 20 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 gha-buildevents GitHub Action integrates Honeycomb’s buildevents tool into workflows to generate detailed traces of build processes, capturing metadata from the GitHub Actions environment. It automates the creation and submission of traces for all jobs, even in cases of build failure, enabling improved visibility and debugging of CI/CD pipelines. Key capabilities include support for single and multi-job workflows, trace organization with unique step IDs, and handling job or workflow status for accurate trace completion.
April 8, 2026
npm-ripe-guard
Version updated for https://github.com/jeffrey200/npm-ripe-guard to version v1.0.3.
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 npm-ripe-guard GitHub Action provides a security mechanism to protect against supply-chain attacks by blocking the installation of npm packages that were published less than 24 hours ago. It acts as a proxy that enforces a 24-hour quarantine period for newly published package versions, ensuring only mature and potentially safer versions are installed in your projects. This action automates the process by seamlessly integrating into GitHub workflows and configuring the npm registry and release-age settings for subsequent steps.
April 8, 2026
gh-counter
Version updated for https://github.com/kitsuyui/gh-counter to version v1.5.
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 gh-counter is a GitHub Action designed to track and count specific code markers (e.g., TODO, FIXME, @ts-ignore) in pull requests and the default branch of a repository. It automates tasks such as evaluating PR changes against configurable thresholds, generating repository-wide dashboards, and optionally publishing JSON reports and badge assets for tracking these markers over time. This tool simplifies codebase quality monitoring and enables teams to enforce consistent coding practices with minimal setup.
April 8, 2026
ghasec Action
Version updated for https://github.com/koki-develop/ghasec-action to version v1.0.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 The ghasec-action GitHub Action integrates the ghasec security linter into CI/CD pipelines to analyze GitHub Actions workflows for potential security vulnerabilities and misconfigurations. It automates the process of detecting security issues in workflows, helping developers ensure compliance with best practices and reduce risks. Key capabilities include customizable rule sets and support for network-based checks.
April 8, 2026
Korext Enforce
Version updated for https://github.com/Korext/enforce-action to version v1.0.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 Korext Enforce Action is a GitHub Action designed to enforce security, compliance, and quality standards on AI-generated code by scanning repositories against predefined policy packs. It automates code analysis, identifies policy violations, and surfaces them as annotations on pull requests using GitHub Code Scanning, while optionally gating workflows based on critical or high-severity issues. This action helps streamline code quality assurance and ensures adherence to organizational or industry standards.
April 8, 2026
Séance Ghost
Version updated for https://github.com/lawale/seance 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 Séance is a tool that automates publishing and managing Markdown files as posts in a Ghost CMS. It provides two key functionalities: a browser-based drag-and-drop uploader for quick manual uploads and a GitHub Action that syncs .md files from a repository to Ghost on every push, supporting tasks such as creating, updating, and unpublishing posts. This action streamlines content management for developers by integrating version control with Ghost, handling frontmatter parsing, HTML conversion, and image uploads.
April 8, 2026
cFS MsgID Guard
Version updated for https://github.com/macaris64/cfs-msgid-guard to version v1.0.2.
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 cFS MsgID Guard GitHub Action automates the detection of Message ID (MsgID) collisions in NASA’s core Flight System (cFS) missions. It scans mission source files to compute final MsgIDs, identifies conflicts caused by overlapping Topic IDs across communication channels, and reports issues as pull request annotations. This tool prevents silent runtime failures due to misrouted messages, ensuring robust inter-application communication in cFS deployments.