April 5, 2026
Publish NPM Package on Release
Version updated for https://github.com/phucbm/publish-npm-action to version v1.0.16.
This action is used across all versions by 12 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of building, testing, and publishing NPM packages whenever a new GitHub release is created. It simplifies the deployment workflow by handling tasks like dependency installation, test execution, version updates, and publishing artifacts to NPM, reducing manual effort and ensuring consistency. Additionally, it supports secure authentication methods, including NPM tokens and OIDC trusted publishing, for streamlined and secure package management.
April 5, 2026
Xcode Packages Update
Version updated for https://github.com/quver/xcode-packages-update to version v2.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 The xcode-packages-update GitHub Action automates the resolution of Swift Package Manager (SPM) dependencies in Xcode projects or workspaces and identifies any changes, such as added, removed, or updated packages. It simplifies dependency management by exposing a dependenciesChanged output, which can be used to trigger automated tasks like creating a pull request with an updated Package.resolved file, thereby streamlining the update process and ensuring up-to-date dependencies.
April 5, 2026
semVersie
Version updated for https://github.com/RonaldPhilipsen/semVersie to version v2.3.1.
This action is used across all versions by 5 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 semVersie GitHub Action automates the calculation of semantic version bumps (major, minor, patch) based on conventional commit messages in pull requests. It helps streamline the versioning process by determining the next release version and optionally labeling pull requests with their version impact. This action simplifies release management without restricting usage to specific programming languages, making it a versatile tool for projects following semantic versioning practices.
April 5, 2026
AgentAuditKit MCP Security Scan
Version updated for https://github.com/sattyamjjain/agent-audit-kit to version v0.2.0.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary AgentAuditKit is a security scanner for AI agent pipelines that identifies vulnerabilities such as misconfigurations, hardcoded secrets, tool poisoning, and trust boundary violations across 13 agent platforms. It automates the detection of security risks using 77 rules across 11 categories, offering compliance mapping for standards like SOC 2 and ISO 27001, and operates fully offline without requiring cloud dependencies. The tool integrates seamlessly with GitHub Actions, CLI, and pre-commit hooks, providing actionable security insights directly in development workflows.
April 5, 2026
CVE Lite CLI
Version updated for https://github.com/sonukapoor/cve-lite-cli to version v1.3.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 CVE Lite CLI is a GitHub Action designed to help developers scan JavaScript and TypeScript projects for known package vulnerabilities, offering practical fixes and prioritization guidance. It is optimized for developer workflows, supports offline advisory database usage for restricted environments, and eliminates the need for runtime network access. This tool addresses the need for affordable, efficient, and secure vulnerability scanning, making it suitable for enterprise contexts and CI/CD pipelines.
April 5, 2026
setup-ollama
Version updated for https://github.com/ai-action/setup-ollama to version v2.0.28.
This action is used across all versions by 63 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-ollama GitHub Action automates the installation and configuration of the Ollama CLI in GitHub workflows, enabling developers to interact with large language models (LLMs) such as running prompts against various models. It simplifies the process of setting up LLM-based tasks in CI/CD pipelines, supports caching for faster execution, and ensures compatibility with specific CLI versions and models.
April 5, 2026
Calq Flow
Version updated for https://github.com/calq-framework/flow to version v1.2.1.
This action is used across all versions by 2 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Calq Flow is a .NET release automation tool designed for monorepos, providing a fully automated CI/CD pipeline that handles the release lifecycle, including project discovery, IL-level binary diffing, semantic versioning, and NuGet publishing. It eliminates the need for complex DevOps scripts by replacing subjective commit-based versioning with objective IL comparison, ensuring accurate versioning and breaking change detection. Key capabilities include native monorepo support, test integration, zero-configuration setup, and seamless operation as both a CLI tool and GitHub Action.
April 5, 2026
MUADDIB Scanner
Version updated for https://github.com/DNSZLSK/muad-dib to version v2.10.51.
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 supply-chain threats in npm and PyPI dependencies. It automates the identification of known malicious packages and suspicious behavioral patterns using 14 parallel scanners, a deobfuscation engine, inter-module dataflow analysis, and machine learning. By offering pre-installation scans, risk scoring, and detailed threat explanations, it streamlines threat detection and response to enhance the security of software supply chains.
April 5, 2026
Setup crate
Version updated for https://github.com/extractions/setup-crate to version v2.
This action is used across all versions by 17 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-crate GitHub Action automates the installation of Rust crates from public GitHub repositories by downloading and extracting pre-built binaries attached to GitHub releases. It supports projects using semantic versioning (semver) and provides compatibility for various platforms and architectures. This action simplifies the setup process by streamlining the retrieval and installation of specific crate versions, making it easier to integrate Rust tools into CI/CD workflows.
April 5, 2026
Setup just
Version updated for https://github.com/extractions/setup-just to version v4.
This action is used across all versions by 7,449 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-just GitHub Action automates the installation of the just command runner in workflows, allowing users to specify the desired version to install. It simplifies setting up just by handling version resolution and authentication for GitHub API requests, reducing manual setup efforts. This action is particularly useful for automating task execution in continuous integration pipelines.