December 31, 2025
NeuroLint - Deterministic Code Fixer
Version updated for https://github.com/Alcatecablee/Neurolint-CLI to version v1.5.9.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary NeuroLint CLI is a deterministic code transformation tool designed for React, Next.js, and TypeScript projects. It automates the resolution of over 50 common code issues, such as framework migrations, accessibility problems, and configuration errors, using rule-based transformations that ensure repeatable and auditable results.
December 31, 2025
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.1-2.
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. It simplifies the process of running code quality checks, linting, and formatting validations by integrating pre-commit directly into GitHub Actions. This action helps ensure code consistency and compliance by running all configured hooks or specific ones with custom arguments during pull requests or pushes.
December 31, 2025
Monotrack CLI
Version updated for https://github.com/ArnoldVanN/monotrack to version v0.3.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, addressing challenges like managing dependencies across projects and identifying modified packages. It automates tasks such as generating pre-release tags, detecting changed projects, and running actions only for impacted components, without relying on heavier tools.
December 31, 2025
Git Versioner
Version updated for https://github.com/Crown0815/git-versioner to version v0.13.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary Git Versioner is a Rust-based GitHub Action that automates semantic versioning for repositories using trunk-based development workflows. It calculates version numbers based on commit history, branch structures, and tags, eliminating the need for manual updates and ensuring consistent release management. This tool simplifies version control, supports parallel development across multiple release branches, and streamlines release processes.
December 31, 2025
Gem Compare
Version updated for https://github.com/dentarg/gem-compare to version v1.4.3.
This action is used across all versions by 6 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Gem Compare” GitHub Action automates the analysis of changes in gem versions within the Gemfile.lock file during pull requests. It generates comments with detailed comparisons of updated gems, including version differences and functionality changes, using the gem compare and gem compare --diff tools.
December 31, 2025
Telegram Failure Notifier
Version updated for https://github.com/devlopersabbir/telegram-action-notifier to version v1.0.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The Telegram Failure Notifier GitHub Action automates the process of sending Telegram messages to notify your team instantly when a GitHub Actions job fails. It provides detailed failure notifications by including contextual information such as the repository, branch, commit, and actor, and allows for customizable message formatting.
December 31, 2025
gh-rmrf
Version updated for https://github.com/fenio/gh-rmrf 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 gh-rmrf GitHub Action is designed to reclaim disk space on GitHub-hosted runners by removing unnecessary pre-installed software and optionally merging multiple disks into a single large volume. It automates cleanup tasks to free up to 20GB or more of storage and can create a unified ~100GB workspace for builds, with optional Btrfs compression for additional efficiency.
December 31, 2025
VS Code Tunnel
Version updated for https://github.com/JustinGrote/VSCode-action to version v0.0.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The VS Code Tunnel Action enables live debugging of GitHub Actions by running a Visual Studio Code Server instance inside the GitHub Actions worker. It simplifies the process of troubleshooting workflows by providing a secure, browser-accessible VS Code environment or allowing connection through the VS Code desktop app, helping users identify and resolve issues efficiently.
December 31, 2025
Setup Rust by MeyouOSS
Version updated for https://github.com/MeyouOSS/ATiltedTree-setup-rust to version v1.0.8.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The “Setup Rust by MeyouOSS” GitHub Action automates the installation and setup of the Rust programming language in CI/CD workflows. It allows users to specify the Rust version, additional components (e.g., clippy, rustfmt), and targets, streamlining the process of preparing environments for building, testing, and linting Rust projects.