April 23, 2026
Build with Code Composer Studio™ integrated development environment (IDE)
Version updated for https://github.com/uoohyo/action-ccstudio-ide to version v2.1.1.
This action is used across all versions by 2 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The action-ccstudio-ide GitHub Action automates the setup and use of Texas Instruments’ Code Composer Studio (CCS) IDE within CI/CD workflows, enabling users to build embedded projects for TI microcontrollers and processors. It streamlines the process by downloading, installing, and configuring CCS in a Linux-based Docker environment, ensuring compatibility with versions 7.x–20.x. This action simplifies building and testing CCS projects, saving developers time and effort in managing manual setup and builds for embedded systems.
April 23, 2026
difftrace
Version updated for https://github.com/vanandrew/difftrace 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 The difftrace GitHub Action is designed to optimize CI pipelines for monorepos by identifying which packages are directly or transitively affected by changes in the codebase. It parses uv.lock files to build a workspace dependency graph and maps git diff output to determine impacted packages, enabling workflows to run targeted builds, tests, and deployments instead of processing the entire repository. This action automates change detection, improving CI efficiency and reducing unnecessary resource usage.
April 23, 2026
MidnightBSD-vm
Version updated for https://github.com/vmactions/midnightbsd-vm to version v1.0.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 This GitHub Action enables users to run Continuous Integration (CI) workflows on the MidnightBSD operating system, which is not natively supported by GitHub Actions. It automates the setup of a MidnightBSD virtual machine, synchronizes the host environment and source code with the VM, and allows users to execute CI scripts with consistent environment variables and file structures. Key capabilities include customizable VM configuration (memory, CPU, architecture, and OS version), flexible file synchronization methods, and network port mapping between the host and VM.
April 22, 2026
UA-.NETStandard Test Suite
Version updated for https://github.com/php-opcua/uanetstandard-test-suite to version v1.2.0.
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 UA-.NETStandard Test Suite is a robust tool designed for integration testing of OPC UA client libraries across various programming languages. It provides a realistic test environment with 10 pre-configured OPC UA server instances that cover all major security policies, authentication methods, and communication modes as defined by the OPC UA specification. Key capabilities include testing connectivity, security, authentication, and interoperability, as well as supporting dynamic variables, events, alarms, historical data, and advanced OPC UA features, all deployable with minimal setup via Docker.
April 22, 2026
git-vbranch checkout
Version updated for https://github.com/pismy/git-vbranch to version v1.0.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 git-vbranch is a Git extension that introduces virtual branches, logical branches defined by shared labels on pull/merge requests (PRs/MRs). It automates the creation of these virtual branches by dynamically materializing them via octopus-merging the source branches of all labeled PRs/MRs. This enables tasks such as validating feature branch integration in CI, deploying shared preview environments, and creating ad-hoc branch groupings without the need for long-lived branches.
April 22, 2026
Patch Docker Image
Version updated for https://github.com/qasimnauman/patch-docker-image 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 patch-docker-image GitHub Action automates vulnerability scanning, patching, and verification for Node.js and Python container images. It ensures that targeted fixable CVEs are fully remediated by scanning the base image, applying OS and package-level patches, re-scanning for vulnerabilities, and failing the process if issues remain. This action provides a reliable way to enforce vulnerability-free container builds, improving security outcomes in CI/CD pipelines.
April 22, 2026
release-please-oss-action
Version updated for https://github.com/release-please-oss/release-please-action to version v6.0.1.
This action is used across all versions by 11 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 Release Please Action automates the process of creating and managing releases in GitHub repositories by analyzing commit messages that follow the Conventional Commits standard. It eliminates manual work by generating release pull requests, updating changelogs, and handling version bumps in a consistent and configurable way. This action is especially useful for projects requiring streamlined release management and adherence to semantic versioning practices.
April 22, 2026
ReARM Version and Publish Helm Chart Action
Version updated for https://github.com/relizaio/rearm-helm-action to version 1.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 The rearm-helm-action GitHub Action automates the versioning, packaging, and publishing of Helm charts to OCI-compliant registries (or ECR/ChartMuseum) while integrating with ReARM for release metadata submission. It streamlines Helm chart management by updating the chart version, committing changes back to the repository, publishing the chart, and submitting metadata like SHA256 digests to ReARM. This action is particularly useful for developers looking to automate release processes, maintain versioning consistency, and integrate with ReARM for enhanced release tracking.
April 22, 2026
rust-affected
Version updated for https://github.com/RobertRautenbach/rust-affected to version v4.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 The rust-affected GitHub Action analyzes changes in a Rust workspace to identify which packages are impacted based on the Cargo dependency graph. It automates the detection of directly modified crates, affected library crates, and affected binary crates, enabling targeted builds, tests, or deployments. This action helps streamline workflows by avoiding unnecessary processing of unaffected packages and supports force-trigger mechanisms for workspace-wide updates.
April 22, 2026
Install go-task/task
Version updated for https://github.com/rsclarke/install-task to version v3.1.0.
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 This GitHub Action automates the installation of go-task/task on Linux and macOS runners, ensuring verified downloads and seamless integration into the PATH. It simplifies dependency management by leveraging caching to optimize download and verification steps across workflow runs. This action is ideal for workflows requiring reliable and secure access to the Task CLI tool.