April 17, 2026
Android Kernel Build Action
Version updated for https://github.com/dabao1955/kernel_build_action to version v1.10.0.
This action is used across all versions by 143 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 “Android Kernel Build Action” is a GitHub Action designed to automate the process of building Android kernels. It simplifies kernel compilation by integrating source code, configurations, and build tools (e.g., GCC or Clang) into a single workflow. This action streamlines kernel development by supporting both remote and local kernel sources, enabling developers to efficiently generate ready-to-use kernel builds within their CI/CD pipelines.
April 17, 2026
setup-git-credentials
Version updated for https://github.com/de-vri-es/setup-git-credentials to version v2.2.0.
This action is used across all versions by 844 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 cloning private Git repositories over HTTPS by configuring Git with provided credentials, which are securely passed through secrets. It is particularly useful for workflows requiring access to additional private repositories beyond the main repository being built, automating the setup of authentication and URL rewriting for seamless integration. The action simplifies workflows by eliminating the need for interactive SSH agents, making it a practical solution for CI systems or tools like Cargo that lack native SSH authentication support.
April 17, 2026
Dev Container Build and Run Action
Version updated for https://github.com/devcontainers/ci to version v0.3.1900000449.
This publisher is shown as ‘verified’ by GitHub.
This action is used across all versions by 7,352 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 Dev Container Build and Run GitHub Action simplifies the use of Dev Containers within GitHub workflows by automating tasks such as pre-building container images and running commands in a Dev Container for CI, testing, and other workflows. It supports Dev Container Features, adds metadata to images for easier reuse, and integrates with the @devcontainers/cli for compatibility and enhanced functionality. This action addresses the challenge of streamlining containerized development and CI processes, reducing manual setup and configuration.
April 17, 2026
gha-release-versioning
Version updated for https://github.com/f2calv/gha-release-versioning to version v1.3.5.
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 This GitHub Action automates semantic versioning for repositories by using the GitVersion tool to calculate version numbers based on commit history and branching strategies. It optionally creates Git tags and GitHub releases for the generated versions, or accepts a pre-determined version as input. The action simplifies release management by providing version information (e.g., major, minor, patch) as outputs and supports customizable configurations for versioning strategies.
April 17, 2026
Update Go Version In go.mod
Version updated for https://github.com/faisal-memon/update-go-mod-action to version v1.0.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 update-go-mod-action is a GitHub Action that automates the process of checking for the latest stable Go release from go.dev and updating the go directive in a project’s go.mod file if it is outdated. It simplifies maintaining Go dependencies by detecting version mismatches and editing the file, reducing manual effort and ensuring repositories remain up-to-date with the latest Go versions. Additionally, it provides outputs for tracking version changes, enabling seamless integration with workflows for creating pull requests.
April 17, 2026
Fallow - Codebase Health
Version updated for https://github.com/fallow-rs/fallow to version v2.39.0.
This action is used across all versions by 8 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action provides a codebase analysis tool for TypeScript and JavaScript projects, focusing on identifying unused code, duplication, complexity, and architectural issues. It automates the detection of dead code, circular dependencies, boundary violations, and other inefficiencies, enabling developers to optimize and maintain cleaner codebases. With sub-second performance, zero configuration, and broad framework compatibility, it offers a streamlined solution for improving code quality and maintainability.
April 17, 2026
Unnix action
Version updated for https://github.com/figsoda/unnix-action to version v0.1.2.
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 unnix-action GitHub Action automates the installation of packages using the unnix.kdl configuration file. It ensures the required version of the unnix tool is downloaded if not already present, and supports specifying custom directories and pinning the tool to a specific version. This action simplifies dependency management and streamlines workflows involving unnix.
April 17, 2026
ReleaseKit – Automated Versioning & Release
Version updated for https://github.com/goosewobbler/releasekit to version v0.15.3.
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 ReleaseKit is a lightweight and modular release automation tool for JavaScript and Rust projects, designed to streamline versioning, changelog generation, and package publishing in CI/CD pipelines. Leveraging conventional commits, it automates semantic versioning, changelog creation (optionally enhanced by AI), and publishing to platforms like npm and crates.io, with monorepo support and flexible configuration. Its composable tools and GitHub Action integration provide developers with a seamless and customizable release workflow.
April 17, 2026
Semantic Release by Jedi Knights
Version updated for https://github.com/jedi-knights/go-semantic-release to version v0.10.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 This GitHub Action, semantic-release, automates the process of semantic versioning and software release management by analyzing conventional commits to determine the next version, generating changelogs, creating Git tags, and publishing releases on GitHub. It supports monorepos with independent project versioning, handles branch-specific release policies, and includes features like dry-run previews and dependency propagation, streamlining and standardizing the release workflow for multi-module repositories.
April 17, 2026
sops tools installer
Version updated for https://github.com/jkroepke/setup-sops to version v1.5.14.
This action is used across all versions by 4 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 a specified version of the sops binary on a workflow runner, supporting both the latest version and specific semantic versions. It simplifies the setup process by caching the binary and adding its path to the environment, ensuring consistent and efficient use of sops in automated workflows. This is particularly useful for managing encrypted files in CI/CD pipelines.