January 6, 2026
Bullfrog Secure Runner
Version updated for https://github.com/bullfrogsec/bullfrog to version v0.9.1.
This action is used across all versions by 58 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Bullfrog is a GitHub Action designed to enhance the security of workflows by controlling outbound network connections. It allows users to define specific IPs and domains that are permitted for external communication, while providing an audit mode to monitor outgoing connections without disruptions.
January 6, 2026
Fetch Metadata from Dependabot PRs
Version updated for https://github.com/dependabot/fetch-metadata to version v2.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 46,505 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Fetch Metadata Action (dependabot/fetch-metadata) extracts detailed information about dependencies updated by Dependabot pull requests, enabling workflows to access metadata such as dependency names, types, update severity, and compatibility scores. It automates the process of gathering dependency-related insights, helping developers better understand and manage updates while improving security and compatibility analysis.
January 6, 2026
run-digger
Version updated for https://github.com/diggerhq/digger to version v0.6.139.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, formerly known as Digger and now rebranded as OpenTaco, provides CI/CD automation for Terraform and OpenTofu by integrating seamlessly with your existing CI infrastructure. It eliminates the need for separate CI systems by running Terraform natively within your CI, enhancing security, reducing costs, and offering features such as pull request-level locks, Open Policy Agent (OPA) support, drift detection, and Terraform plan/apply automation.
January 6, 2026
check-version-before-release
Version updated for https://github.com/digicatapult/check-version to version v1.5.26.
This action is used across all versions by 35 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates version management by comparing the version numbers in package files (e.g., package.json, Cargo.toml, pyproject.toml) with the latest published tags. It ensures consistency across version files and verifies that the local version is higher than the most recent published version, helping to prevent versioning errors in package releases.
January 6, 2026
Wayback Machine Query
Version updated for https://github.com/flcdrg/wayback-machine-query-action to version v5.0.14.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action integrates with Archive.org’s Wayback Machine to automatically find archived versions of broken URLs. It processes input files (e.g., generated by link-checking tools like Lychee) and outputs a JSON file containing a list of missing URLs and replacements with corresponding archived links.
January 6, 2026
json-templater
Version updated for https://github.com/georgepstaylor/render-json-template to version v0.0.14.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Render JSON Template GitHub Action automates the process of modifying JSON files by rendering a specified JSON template with key-value pairs provided as inputs. It simplifies the task of dynamically injecting or updating JSON data, making it useful for workflows that require customized JSON configurations.
January 6, 2026
cls3-action
Version updated for https://github.com/go-to-k/cls3 to version v0.32.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The cls3 GitHub Action is a command-line tool designed to efficiently manage and automate the emptying and deletion of AWS S3 buckets, including those with versioning enabled. It allows users to search for bucket names, perform bulk operations across multiple buckets (even across regions), and provides advanced options like deleting only old object versions or handling S3-compatible storage with custom endpoint URLs.
January 6, 2026
release-semver-action
Version updated for https://github.com/jelmore1674/release-semver-action to version v1.3.13.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of creating and managing releases by incrementing semantic versions (major, minor, patch) based on user input. It simplifies release workflows by automatically determining the next version, updating changelogs, and optionally modifying files like package.json. This action helps streamline versioning and release management, ensuring consistency and reducing manual effort.
January 6, 2026
datamodel-code-generator
Version updated for https://github.com/koxudaxi/datamodel-code-generator to version 0.52.2.
This action is used across all versions by 2,506 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The datamodel-code-generator is a tool designed to automate the generation of Python data models from various schema definitions, including OpenAPI, JSON Schema, GraphQL, and raw data formats like JSON, YAML, and CSV. It simplifies creating type-safe, validated, and IDE-compatible Python models by handling complex schema elements such as references, enums, and nested types.