August 4, 2026
blitsbom SBOM report
Version updated for https://github.com/no42-org/blitsbom to version v0.7.1.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary blitsbom is a browser-based tool that converts CycloneDX and SPDX SBOM files into clean, searchable HTML reports, which can be used for dependency management and license verification. It offers a zero-install experience by running directly from a file:// URL without any external dependencies. The action can also generate standalone HTML reports from an SBOM and upload them to GitHub Actions workflows for automated release reporting.
August 4, 2026
Nuon CLI
Version updated for https://github.com/nuonco/actions-nuon to version v0.4.1.
This action is used across all versions by 3 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary Summary: This GitHub Action automates the execution of Nuon CLI commands within CI/CD workflows. It supports two authentication methods: OIDC federation or API token, making it easy to integrate Nuon’s infrastructure management into existing projects. The action provides flexibility in configuring and executing Nuon commands based on user needs, with options for specifying Org ID, app ID, API URL, and OAuth audience.
August 4, 2026
Lint Codebase
Version updated for https://github.com/pako-23/action-linters to version v0.0.2.
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 This GitHub Action runs various linters on your codebase, including actionlint, ansible-lint, hadolint, markdownlint, and yamllint. The results are reported as commit statuses and job summaries. It requires the checks: write permission to post statuses via the GitHub API.
August 4, 2026
Setup pnpm with runtime
Version updated for https://github.com/pnpm/setup to version v2.0.0.
This action is used across all versions by 202 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 installation of pnpm and a JavaScript runtime (Node.js, Bun, or Deno) in a single step. It downloads the self-contained pnpm release binary directly from pnpm’s GitHub releases and sets up the requested runtime on PATH. This eliminates the need for separate setup steps like actions/setup-node, oven-sh/setup-bun, or denoland/setup-deno. The action supports automatic installation of a specified version of pnpm, a custom destination for pnpm files, and caching the store directory. It also handles runtime selection based on devEngines.runtime in package.json or defaults to LTS versions for Node.js.
August 4, 2026
Postman API Onboarding
Version updated for https://github.com/postman-cs/postman-api-onboarding-action to version v3.2.11.
This publisher is shown as ‘verified’ by GitHub.
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 automates the process of setting up a new API repository by integrating with Postman. It handles tasks such as creating a workspace, uploading an OpenAPI specification, generating collections and environments, configuring mocks and monitors, and running smoke and contract tests. The action also integrates with GitHub for continuous integration, ensuring that all tests are automatically rerun on every push, pull request, or schedule.
August 4, 2026
Postman Onboarding Repo Sync
Version updated for https://github.com/postman-cs/postman-repo-sync-action to version v2.8.9.
This publisher is shown as ‘verified’ by GitHub.
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 automates the process of synchronizing Postman collections and environments into a repository. It generates CI workflows to manage these assets, including mock servers and monitors. The action requires a Postman API key or a service-token step to mint one, along with workspace and collection IDs from inputs or configuration files. It supports multiple sync modes, allowing for both commit-only and full push operations.
August 4, 2026
Prowler Security Scan
Version updated for https://github.com/prowler-cloud/prowler to version 5.37.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 Prowler is an Open Source Cloud Security Platform designed to automate security and compliance across any cloud environment, offering over 3,000 checks and integrations with leading compliance frameworks. The action automates Prowler’s functionality into GitHub Actions workflows, simplifying the integration of security audits into CI/CD pipelines. It supports various cloud providers and provides detailed reports on potential security issues.
August 4, 2026
Kaniko Build Action
Version updated for https://github.com/RivieraKid/gha-kaniko to version v0.0.0-alpha.
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 This GitHub Action prints a greeting message to the console, either “Hello World” or “Hello [name]” of a specified person. It automates the process of customizing and displaying greetings based on user input.
What’s Changed Full Changelog: https://github.com/RivieraKid/gha-kaniko/compare/v1...v0.0.1
August 4, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.2.50.
This action is used across all versions by 7 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary rumdl is a high-performance Markdown linter and formatter written in Rust that offers speed, numerous lint rules, automatic formatting, and support for various Markdown flavors. It simplifies the process of ensuring consistent Markdown quality by providing a modern CLI tool with detailed error reporting and configuration options.
August 4, 2026
Zetestic
Version updated for https://github.com/Rzhan9/prtestbot 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 A GitHub Action and Python tool that automatically reviews Pull Request diffs to determine if changes have adequate test coverage by analyzing code diff, locating related existing tests, identifying changed/added behavior, determining coverage status, and suggesting concrete tests. It posts a formatted report as a PR comment and updates its previous comment on subsequent commits.