April 9, 2026
Bicep Cost Estimator
Version updated for https://github.com/polatengin/washington to version v0.1.3.
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 The Bicep Cost Estimator (BCE) GitHub Action automates the process of estimating monthly Azure costs for resources defined in Bicep and ARM templates, allowing users to predict expenses before deployment. It compiles templates, maps Azure resource types to pricing data via the Azure Retail Prices API, and provides cost estimates in multiple formats (e.g., table, JSON, CSV, markdown). This tool simplifies cost analysis in CI pipelines, pull requests, and local development, enhancing visibility into cloud spending.
April 9, 2026
pii-hound
Version updated for https://github.com/saddledata/pii-hound to version v0.1.7.
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 pii-hound is a high-performance GitHub Action and CLI tool designed to detect and flag unprotected Personally Identifiable Information (PII) and developer secrets in databases, cloud storage, and files. It automates the identification of sensitive data using heuristic matching, regex sampling, and custom rules, helping organizations mitigate data security risks and prevent unauthorized exposure. Key capabilities include multi-source scanning, secrets detection, CI/CD integration for blocking risky deployments, and generating machine-readable reports compatible with GitHub’s Security tab.
April 9, 2026
sphinx-to-branch
Version updated for https://github.com/TuftsRT/sphinx-to-branch to version v1.2.2.
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 The sphinx-to-branch GitHub Action automates the process of building and publishing Sphinx documentation by running sphinx-build and pushing the output to a specified branch (e.g., gh-pages) along with a .nojekyll file. It streamlines Sphinx deployment workflows and can also be adapted to run other tools on one branch and push results to another. Key capabilities include customizable source/destination branches, support for dependency installation, and optional post-build actions using the expect program.
April 9, 2026
invoke-aws-lambda-rs
Version updated for https://github.com/uampio/invoke-aws-lambda-rs to version v0.0.5.
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 invoke-aws-lambda-rs GitHub Action is designed to automate the invocation of AWS Lambda functions directly from GitHub workflows. It simplifies the process of triggering serverless functions on AWS during CI/CD pipelines, enabling seamless integration with Lambda for tasks such as testing, deployment, or processing events.
April 9, 2026
Get All Changed Files In Repo
Version updated for https://github.com/UplandJacob/retrieve-changed-files to version v4.1.7.
This action is used across all versions by 4 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 is designed to automatically retrieve and output lists of files that have been changed, added, modified, removed, or renamed in a pull request or commit push. It simplifies workflows by enabling developers to programmatically access these file changes in various formats (e.g., space-delimited, CSV, JSON) for further processing or automation tasks. The action leverages the GitHub Compare API to streamline change detection and supports granular filtering based on file statuses.
April 9, 2026
Ghoten Action
Version updated for https://github.com/vmvarela/ghoten to version v1.13.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 Ghoten is a fork of OpenTofu that introduces a native oras backend for storing Terraform/OpenTofu state in OCI-compliant registries, such as GitHub Container Registry (GHCR). It simplifies state management by eliminating the need for custom backend services, leveraging existing registry authentication, permissions, and auditing. Key features include state storage as OCI artifacts, built-in locking and retries, a “smart refresh” feature for optimizing plan/apply operations, and seamless integration with GitHub Actions.
April 9, 2026
Pull Request size labeler
Version updated for https://github.com/CodelyTV/pr-size-labeler to version v1.10.4.
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 Pull Request Size Labeler GitHub Action automatically labels pull requests based on the number of changes (additions, deletions, or modifications) they contain, helping developers visualize and manage PR sizes effectively. It enables teams to enforce size guidelines, optionally reject oversized PRs, and ignore specific file changes for more granular control. This action streamlines code review processes by categorizing PRs into configurable size thresholds (e.g., XS, S, M, L, XL).
April 9, 2026
Helium Security Vulnerability Scanner
Version updated for https://github.com/CyberArmyID/Helium-Security-Vulnerability-Scanner to version v1.0.1.
This publisher is shown as ‘verified’ by GitHub.
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 Helium Security Vulnerability Scanner GitHub Action automates security scans for websites and applications within CI/CD workflows using the Helium Security platform. It helps identify vulnerabilities by running basic or comprehensive scans on specified targets, with the option to fail builds based on severity thresholds. The action supports both unauthenticated and authenticated scans, streamlining the process of integrating security checks into development pipelines.
April 9, 2026
DenMette Setup Hugo
Version updated for https://github.com/denmette/actions-hugo to version v1.0.0.
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 provides a streamlined solution for setting up the Hugo static site generator in GitHub Actions workflows, supporting the Hugo Extended version, Hugo Modules, and the latest Hugo releases across Linux, macOS, and Windows environments. It eliminates the need for Docker images, significantly reducing setup time, and facilitates tasks like caching Hugo modules and automating deployments. This action is a maintained fork of peaceiris/actions-hugo, offering faster execution and enhanced functionality for automating Hugo-based projects.
April 9, 2026
Cargo Verison
Version updated for https://github.com/dimitrmo/cargo-verison-action to version v1.0.45.
This action is used across all versions by 9 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 dimitrmo/cargo-verison-action GitHub Action automates version management for Rust projects by using the cargo-verison tool to increment versions, create Git tags, and commit changes. It simplifies the release process by handling version bumps and tagging, reducing manual effort and ensuring consistency in version control.