August 20, 2026
Hardware Bill of Materials
Version updated for https://github.com/lfreleng-actions/hw-bom-javascript to version v0.1.6.
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 This GitHub Action collects detailed hardware information from cloud provider instances and makes it available as workflow outputs. It is useful for documenting hardware specifications in CI/CD pipelines, validating instance types and hardware capabilities, and generating hardware inventory reports. The action supports AWS, Azure (Github Actions), GCE, and OpenStack providers and provides comprehensive hardware information such as CPU, GPU, memory, and disk details.
August 20, 2026
Rust Release Matrix
Version updated for https://github.com/lite-actions/rust-release to version v1.1.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 This GitHub Action automates the process of building, testing, and packaging Rust projects across multiple platforms and architectures. It provides a reusable workflow that generates a dynamic build matrix and fans out over it to run tests and package binaries for each combination. Users can specify optional parameters such as the Rust version, platforms, architectures, binary name, release notes file, and whether to upload zips to GitHub Releases when run on tags. The action uses native runners for each platform and architecture combination to ensure compatibility without cross-compilation.
August 20, 2026
Blueprint Pudim Code Reviewer
Version updated for https://github.com/luismr/blueprint-pudim-code-reviewer 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 GitHub Action blueprint-pudim-code-reviewer automates the process of reviewing pull request diffs using a swappable language model backend via LangGraph/LangChain’s model abstraction. It supports three LLM providers: Anthropic, OpenAI, and Gemini, allowing users to choose their preferred model for code reviews. The action integrates with GitHub workflows, enabling developers to integrate AI-based code review into their CI/CD processes.
August 20, 2026
Slackalaka
Version updated for https://github.com/mallowigi/tag-n-slack to version 0.2.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 action automatically creates a new tag with a changelog from either the CHANGELOG.md file or the commit hash and message. It then notifies Slack about the release by sending a message with an emoji next to the Slack message, project name, version, and ticket information (if applicable). The action supports two strategies for determining the version: using the version from package.json and the changelog in CHANGELOG.md, or using the merge commit’s hash and message.
August 20, 2026
QHSE Professionals CI/CD Run ATF Test Suite
Version updated for https://github.com/mikevdberge/sncicd-tests-run to version 1.0.9.
This action is used across all versions by 1 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of running test suites in a ServiceNow environment using different browsers and operating systems. It simplifies the setup by requiring only necessary credentials and instance URLs to be configured as secrets, reducing the need for manual configuration steps. The action provides flexibility through customizable inputs for browser name, version, OS, and test suite details, making it suitable for various development environments.
August 20, 2026
Kiro CLI Action
Version updated for https://github.com/ndmxjp/Kiro-action to version v0.2.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 The Kiro Action automates interaction with the Kiro CLI on GitHub issues and pull requests by detecting comments containing the @kiro trigger phrase. It reads threads, creates branches or checks out PRs, builds prompts based on the entire thread, and either answers questions or implements features through the Kiro CLI. The action supports tag mode for human-triggered interactions and agent mode for scheduled tasks or labeled actions.
August 20, 2026
AntigravityCI
Version updated for https://github.com/nivinvysakh/AntigravityCi to version v1.1.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 Summary: AntigravityCI is an AI-powered PR assistant that automates the process of refactoring and improving code changes in GitHub Pull Requests. It uses Google Gemini models to analyze diffs, generate improved code snippets, and open pull requests with committed changes. The action supports various commands for different types of changes and provides features like fast execution times, built-in security checks, and branch isolation.
August 20, 2026
vord Static Analysis
Version updated for https://github.com/pmaojo/vord to version v0.13.4.
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 vord action is a static analysis tool written in Rust that helps developers catch potential errors before they are committed to version control. It automatically analyzes code in real-time, ensuring that AI-generated content adheres to certain coding standards and best practices. The action can be installed as a CLI or integrated with CI systems like GitHub Actions and GitLab CI, making it easy for teams to enforce consistent coding standards across their repositories.
August 20, 2026
Agentic SemVer
Version updated for https://github.com/PramodKumarYadav/agentic-semver to version v1.2.2.
This action is used across all versions by 0 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary agentic-semver is a GitHub Action that automates semantic versioning for pull requests by using Claude to analyze the PR diff and classify changes as patch, minor, or major. It updates the version file and generates a changelog entry, applies labels, and commits these changes back to the PR branch. It also includes a companion action create-release to create GitHub Releases from the version file and changelog.
August 20, 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 “Hello World” or a personalized greeting to the log, automating the process of welcoming users by name. It allows developers to easily integrate it into their workflows to provide immediate feedback and customization options through inputs.