December 26, 2025
Checkout for SushiKernel
Version updated for https://github.com/SushiKernel/checkout to version v4.1.6.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Checkout V4” GitHub Action automates the process of checking out a repository to the $GITHUB_WORKSPACE in workflows, enabling subsequent workflow steps to access the repository’s files. It supports authenticated Git operations, handles single-commit or full history fetching, and provides fallback mechanisms for environments lacking Git.
December 26, 2025
Clone Github Repo By SushiKernel
Version updated for https://github.com/SushiKernel/github-repo-action to version v3.1.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Clone Github Repository Action” is a GitHub Action designed to automate the process of cloning both public and private GitHub repositories within workflows. It simplifies accessing repository content during CI/CD pipelines, supporting all operating systems and allowing optional depth control for cloning.
December 26, 2025
pinact
Version updated for https://github.com/suzuki-shunsuke/pinact-action to version v1.0.1.
This action is used across all versions by 143 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The pinact-action is a GitHub Action designed to automate the process of pinning versions of GitHub Actions and reusable workflows in workflow files. It ensures that all actions referenced in .github/workflows/*.yml and other configuration files are pinned to specific versions for consistency and security, preventing issues caused by unpinned or outdated dependencies.
December 26, 2025
Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Monotrack is a GitHub Action and CLI tool designed to simplify versioning and change tracking in monorepos. It automates tasks such as identifying which packages have changed between commits and generating pre-release or development tags, enabling more efficient testing and deployment workflows.
December 26, 2025
Aptu Triage
Version updated for https://github.com/clouatre-labs/aptu to version v0.2.4.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Aptu is an AI-powered command-line tool and GitHub Action designed to streamline open-source issue and pull request management. It automates tasks such as triaging issues by providing summaries, suggesting labels, generating clarifying questions, and offering contributor guidance, as well as analyzing pull requests for feedback.
December 26, 2025
Install Noto Sans TC fonts
Version updated for https://github.com/doggy8088/install-noto-sans-tc-fonts-action to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The install-noto-sans-tc-fonts-action GitHub Action automates the installation of the Noto Sans CJK TC font on Linux-based GitHub runners, ensuring consistent rendering of Traditional Chinese characters and preventing issues like missing glyphs or inconsistent font styles during tasks like testing, report generation, or screenshots.
December 26, 2025
Lightning Flow Scan
Version updated for https://github.com/Flow-Scanner/lightning-flow-scanner to version action-v2.8.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Lightning Flow Scanner is a GitHub Action designed to analyze and optimize Salesforce Flows by detecting common issues such as unsafe contexts, queries in loops, hardcoded IDs, and excessive complexity. It automates the identification of potential flaws in Flow design, helping developers ensure best practices and maintain compliance with Apex governor limits.
December 26, 2025
gaffer-uploader
Version updated for https://github.com/gaffer-sh/gaffer-uploader to version v0.4.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Gaffer Uploader GitHub Action is designed to automate the process of uploading test reports to the Gaffer platform. It simplifies integrating test result uploads into CI/CD pipelines by associating reports with specific commits, branches, and test frameworks. This action is useful for streamlining test result management, enabling teams to track and analyze results efficiently within the Gaffer platform.
December 26, 2025
Nix Diff Check
Version updated for https://github.com/natsukium/nix-diff-action to version v1.0.2.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The nix-diff-action GitHub Action automates the comparison of Nix derivations between base and pull request branches, posting detailed diff results as PR comments. It supports multiple derivations, various operation modes (including full, diff-only, and comment-only), and can compare derivation files or built outputs.