February 18, 2026
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.83.
This action is used across all versions by 3 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 Check Deployed Environment GitHub Action verifies if a specific commit is currently deployed to a specified environment in GitHub. It automates the process of identifying active deployments, helping streamline deployment workflows and avoid redundant redeployments.
February 18, 2026
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-22.
This action is used across all versions by 9 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The andrewaylett/pre-commit-action GitHub Action automates the execution of pre-commit hooks in CI workflows. It simplifies tasks such as code linting and formatting by running pre-configured hooks against a repository’s codebase during pull requests or pushes.
February 18, 2026
Caddy Builder
Version updated for https://github.com/azolfagharj/action-caddy-builder to version v1.0.6.
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 “Custom Caddy Builder” GitHub Action automates the process of building custom Caddy server binaries directly in GitHub Actions workflows using xcaddy. It allows users to add custom modules, specify target platforms (Linux, Windows, macOS, etc.
February 18, 2026
Azure Container Apps Build and Deploy For Dashboard
Version updated for https://github.com/devistrap/container-apps-deploy-action to version 4.5.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 16.
Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Azure Container Apps Build and Deploy” GitHub Action automates the process of building and deploying applications to Azure Container Apps. It supports various deployment scenarios, including using a pre-built image, building an image from a Dockerfile, or leveraging the Oryx++ Builder to create a runnable application image from source code.
February 18, 2026
Resolve Container Image
Version updated for https://github.com/fizz/resolve-container-image to version v1.
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 resolve-container-image GitHub Action automates the resolution of container images for deployments by prioritizing explicit input, Terraform state, or the latest release branch, ensuring consistent and accurate image selection. It solves the problem of accidental image rollbacks during infrastructure-only Terraform applies and provides safety mechanisms to prevent unintended updates.
February 18, 2026
Unlock Environment
Version updated for https://github.com/flxbl-io/unlock-environment to version v1.0.0.
This publisher is shown as ‘verified’ by GitHub. 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 “Unlock Environment Action” is a GitHub Action that unlocks environments managed via SFP Server, offering explicit control over when an environment lock is released. It is particularly useful for workflows where auto-unlock is disabled or when unlocking needs to occur in a separate job.
February 18, 2026
Bump Release Version
Version updated for https://github.com/fwilhe2/bump-version to version 1.0.1.
This action is used across all versions by 27 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 “Bump Version” GitHub Action automates the process of incrementing version numbers for software releases. It retrieves the latest release version and updates a specified version component (major, minor, or patch) to streamline release workflows.
February 18, 2026
Setup Kotlin
Version updated for https://github.com/fwilhe2/setup-kotlin to version v1.8.
This action is used across all versions by 351 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 setup of the Kotlin CLI compiler (kotlinc, kotlin, kotlinc-native) in workflows, enabling users to compile Kotlin source code, run scripts, or build native binaries. It solves the problem of installing specific versions of the Kotlin compiler or providing access to the CLI tools in runners or containers where Kotlin is not preinstalled.
February 18, 2026
The Janitor Stop the Slop
Version updated for https://github.com/GhrammR/the-janitor to version v5.9.1.
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 Janitor is a GitHub Action designed to automate the detection and removal of unused code (dead symbols) at the function, class, and file levels across Python, Rust, JavaScript/TypeScript, and C++ codebases. It leverages a multi-stage heuristic analysis and simulation process to ensure safe deletion without compromising code integrity.