December 30, 2025
Changelog Extractor
Version updated for https://github.com/alleyinteractive/action-changelog-extractor to version v0.4.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Changelog Extractor is a GitHub Action and CLI tool designed to parse and extract structured data from changelogs formatted according to the Keep a Changelog standard. It automates the extraction of version-specific or all changelog entries, returning data organized into sections like “Added,” “Changed,” and “Fixed.
December 30, 2025
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-1.
This action is used across all versions by 8 repositories. 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, enabling developers to enforce code quality and format checks during pull requests or code pushes. It simplifies the process of running pre-commit hooks by cloning the code, setting up the pre-commit cache, and optionally allowing customized invocations for specific hooks or arguments.
December 30, 2025
Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.2.1.
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 streamline versioning and dependency management in monorepos. It automates the identification of changed packages between commits and facilitates tasks like generating pre-release tags and selectively running actions on modified projects. This tool addresses the challenges of managing complex dependency trees in monorepos, offering a lightweight alternative to more robust versioning tools.
December 30, 2025
C/C++ Linter
Version updated for https://github.com/cpp-linter/cpp-linter-action to version v2.16.7.
This action is used across all versions by 876 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The C/C++ Linter Action is a GitHub Action designed to automate code linting for C and C++ projects using clang-tidy and clang-format. It streamlines code quality checks by providing feedback in the form of file annotations, thread comments, workflow summaries, and automated pull request reviews.
December 30, 2025
Compile and publish all LaTeX
Version updated for https://github.com/DanySK/compile-and-publish-all-latex to version 2.2.1.
This action is used across all versions by 199 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the process of compiling LaTeX documents and publishing the resulting outputs to GitHub Releases. It simplifies workflows for managing LaTeX projects by providing features like differential document generation via auto-latexdiff, enabling users to track changes between versions. This action streamlines the management of LaTeX files, reducing manual effort and ensuring consistent publishing directly from GitHub.
December 30, 2025
DataBoySu Readme Translator
Version updated for https://github.com/DataBoySu/databoysu-readme-translator to version v1.2.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “DataBoySu’s Readme Translator” GitHub Action automates the translation of a repository’s README file into multiple languages using a local AI model while ensuring technical content, code blocks, and formatting remain intact. It also updates or appends a language navigation bar to the README, streamlining multilingual documentation management.
December 30, 2025
Get Commits by PR Label
Version updated for https://github.com/devopspolis/git-matching-commits to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The git-matching-commits GitHub Action automates the process of identifying commits between two git references (e.g., tags, branches, SHAs) that are associated with Pull Requests containing specific GitHub labels. It supports both merge and squash commit workflows, ensuring that only commits tied to labeled PRs are included.
December 30, 2025
Setup Docker on macOS
Version updated for https://github.com/douglascamata/setup-docker-macos-action to version v1.1.0.
This action is used across all versions by 235 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action sets up Docker on macOS runners by leveraging Colima, Lima-VM, and Homebrew. It automates the installation of required tools and configurations, simplifying the process of using Docker in macOS-based CI/CD workflows. The action is designed for simplicity and supports macOS environments with x86 processors, addressing the challenge of running Docker on macOS systems where native virtualization may not be feasible.
December 30, 2025
Install GCC
Version updated for https://github.com/egor-tensin/setup-gcc to version v2.
This action is used across all versions by 1,995 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action, Set up GCC, automates the installation and setup of the GCC compiler in GitHub Actions workflows on Ubuntu, allowing users to specify the GCC version and platform (32-bit or 64-bit). It simplifies the process of configuring GCC for compiling C and C++ code, ensuring that the required compiler environment is ready without manual setup.