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.
December 30, 2025
Install MinGW
Version updated for https://github.com/egor-tensin/setup-mingw to version v3.
This action is used across all versions by 1,671 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary This GitHub Action automates the setup of the MinGW-w64 toolchain in workflow runs, enabling cross-compilation for Windows applications. It simplifies the process of configuring gcc, g++, and other related executables for building 32-bit or 64-bit binaries. By streamlining the installation and setup of MinGW-w64, it helps developers save time and ensures consistency in build environments.
December 30, 2025
Determine Version
Version updated for https://github.com/gesslar/new-version-questionmark to version v1.5.5.
This action is used across all versions by 4 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Determine Version GitHub Action” automates the process of comparing a project’s current version (from a specified file like package.json) with the latest Git tag matching a defined pattern. It outputs the next version to publish if the current version is newer or indicates no changes otherwise.