March 13, 2026
docker-build-plus
Version updated for https://github.com/meysam81/build-docker to version v1.6.8.
This action is used across all versions by 35 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The build-docker GitHub Action streamlines the process of building, pushing, and securing Docker images. It automates multi-platform image builds, integrates with container registries (e.g., GitHub Container Registry, Docker Hub), and performs security tasks like Docker Scout vulnerability scanning and Kubescape analysis.
March 13, 2026
Setup Visual C++ Development Environment
Version updated for https://github.com/mlocati/setup-msvc to version 1.3.0.
This action is used across all versions by 1 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 MSVC GitHub Action automates the configuration of a Microsoft Visual C++ (MSVC) development environment on Windows by invoking vcvarsall.bat. It simplifies the setup process by automatically detecting installed Visual Studio instances, selecting the appropriate toolsets, SDKs, and architectures, and exporting the necessary environment variables for building C and C++ projects.
March 13, 2026
drift-guard
Version updated for https://github.com/pgomes13/drift-guard-engine to version v4.0.0.
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 Drift Guard is a GitHub Action designed to ensure API type safety by detecting and preventing breaking changes in OpenAPI, GraphQL, and gRPC specifications. It automates the comparison of API specifications across branches to identify potential issues before they reach production.
March 13, 2026
rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v3.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 rust-affected GitHub Action analyzes changes in a Rust workspace to identify which packages are affected by a code push. It leverages the Cargo dependency graph to determine directly modified crates, affected library or binary members, and whether a force-triggered full rebuild is necessary.
March 13, 2026
The Slack GitHub Action
Version updated for https://github.com/slackapi/slack-github-action to version v3.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 22,277 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 Slack GitHub Action automates the process of sending data and executing commands in Slack directly from GitHub workflows. It enables tasks such as triggering Slack workflows, sending messages or data using webhooks or Slack API methods, and running Slack CLI commands.
March 13, 2026
PROnto - Label-Based Cherry-Pick Automation
Version updated for https://github.com/theakshaypant/pronto to version v0.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 PROnto is a GitHub Action that automates the cherry-picking of merged pull requests to specified release branches, eliminating the need for manual and error-prone cherry-picking. By simply adding a label or creating a tracking issue, it handles single or batch cherry-picking, pushes changes directly, or creates pull requests for conflict resolution.
March 13, 2026
TrustSignal Verify Artifact
Version updated for https://github.com/TrustSignal-dev/TrustSignal-Verify-Artifact 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 The TrustSignal Verify Artifact GitHub Action enables teams to verify the integrity of build artifacts within CI/CD workflows by hashing artifacts or validating precomputed SHA-256 digests. It generates signed verification receipts and metadata that can be used for tracking artifact provenance, ensuring integrity, and enabling downstream auditability.
March 13, 2026
Normalize PR Title and Add Jira Link
Version updated for https://github.com/vkozlov-sit/PullRequestTitle to version v0.0.1.
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 This GitHub Action automates the normalization of pull request titles to match a Jira key format and appends a corresponding Jira issue link to the PR description. It ensures consistency in PR naming conventions, simplifies the tracking of Jira issues, and provides key outputs (e.
March 13, 2026
OpenIndiana-vm
Version updated for https://github.com/vmactions/openindiana-vm to version v1.0.7.
This action is used across all versions by 42 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 enables users to run CI workflows on OpenIndiana, an operating system not natively supported by GitHub Actions, by creating and managing virtual machines. It automates the process of environment setup, including syncing files, transferring environment variables, and providing a consistent working directory between the host and VM.