January 22, 2026
Trigger Pipeline
Version updated for https://github.com/pluralsh/trigger-pipeline to version v2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The trigger-pipeline GitHub Action enables automated invocation of Plural Pipelines, typically to bridge CI processes, such as Docker image builds, with GitOps workflows. It simplifies interactions with the Plural Console by providing a lightweight wrapper for GraphQL API calls, allowing users to seamlessly trigger pipelines with authentication and context-specific data.
January 22, 2026
Trigger Pull Request
Version updated for https://github.com/pluralsh/trigger-pull-request to version v2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The trigger-pull-request GitHub Action automates the creation of pull requests by integrating with Plural Console’s PR Automation. It is typically used to bridge CI workflows (e.g., after Docker image builds) with GitOps processes, ensuring seamless updates to repositories. This action simplifies triggering PRs by leveraging a GraphQL API call, streamlining tasks that involve repository updates in a GitOps environment.
January 22, 2026
Build Size Diff
Version updated for https://github.com/q1sh101/build-size-diff to version v1.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Build Size Diff GitHub Action automates the tracking and reporting of bundle size changes in CI/CD workflows, helping developers identify and prevent performance regressions before merging pull requests. It provides detailed PR comments with gzip/brotli size metrics, file-level changes, and budget status, supporting a variety of build tools and frameworks with minimal configuration.
January 22, 2026
Repo Policy Gate
Version updated for https://github.com/quietinfra/repo-policy-gate to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Repo Policy Gate is a GitHub Action designed to enforce repository and dependency policies on pull requests by performing fast, local checks within CI workflows. It automates the validation of pull request title conventions, the presence of required repository files, and the restriction of disallowed dependencies (including semver ranges), providing clear explanations for any violations.
January 22, 2026
rumdl-action
Version updated for https://github.com/rvben/rumdl to version v0.0.224.
This action is used across all versions by 14 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “rumdl” GitHub Action is a high-performance Markdown linter and formatter built with Rust, designed to ensure consistency and adherence to best practices in Markdown files. It automates the detection and correction of Markdown issues using 57 lint rules, supports multiple Markdown flavors, and provides fast performance with intelligent caching for efficient CI/CD workflows and editor integrations.
January 22, 2026
OCP Documentation Checker
Version updated for https://github.com/sebrandon1/ocp-doc-checker to version v1.0.12.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The ocp-doc-checker GitHub Action automates the detection and updating of outdated OpenShift Container Platform (OCP) documentation URLs. It scans individual URLs, files, or directories, validates anchors, and provides options to automatically fix outdated links, generate JSON reports, and integrate into CI/CD workflows.
January 22, 2026
Nothing but Nix
Version updated for https://github.com/wimpysworld/nothing-but-nix to version v7.
This action is used across all versions by 184 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Nothing but Nix” GitHub Action optimizes disk space on Ubuntu GitHub Actions runners by removing unnecessary pre-installed software, increasing available storage for the Nix package manager from ~20GB to 65GB-130GB. This action addresses storage limitations, enabling users to efficiently utilize Nix for their workflows, and it gracefully skips execution on unsupported macOS and Windows runners.
January 22, 2026
Setup Java JDK
Version updated for https://github.com/actions/setup-java to version v5.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,000,726 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-java GitHub Action automates the process of setting up specific Java versions and distributions on GitHub Actions runners, enabling seamless integration with Java and Scala projects. It simplifies tasks like managing Java installations, configuring build tools (Maven, Gradle, sbt), caching dependencies, handling GPG keys, and supporting Maven toolchains.
January 22, 2026
Setup Python
Version updated for https://github.com/actions/setup-python to version v6.2.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,585,197 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The setup-python GitHub Action automates the setup of Python or PyPy environments for workflows by installing specific versions and adding them to the system PATH. It simplifies dependency management by offering optional caching for tools like pip, pipenv, and poetry, and enhances error handling with integrated problem matchers.