November 28, 2025
Bash Release Kit
Version updated for https://github.com/madmti/bash-release-kit to version v1.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bug Fixes added action icon and color
November 28, 2025
Alembic Migration Lint with Squawk
Version updated for https://github.com/remedyproduct/alembic-squawk-action to version v0.0.3.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add uv runner support and update README example.
November 28, 2025
Link validation
Version updated for https://github.com/your-ko/link-validator to version 1.10.0.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Fix HTTP regex by @your-ko in https://github.com/your-ko/link-validator/pull/211 Fix stupid copy-paste with corp PAT by @your-ko in https://github.com/your-ko/link-validator/pull/214 Add EXCLUDE parameter to exclude some folders or files from processing by @your-ko in https://github.com/your-ko/link-validator/pull/216 chore: Update actions/checkout action to v4.3.1 by @renovate[bot] in https://github.
November 27, 2025
Smyklot
Version updated for https://github.com/bartsmykla/smyklot to version v1.7.14.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Smyklot v1.7.14 Docker image: ghcr.io/bartsmykla/smyklot:1.7.14
Changelog Bug Fixes 71950e71f3763e4498e64db0b6f41b4f9d40ac5b: fix(merge): enable auto-merge when blocked (@bartsmykla) Others bad8899e84d925ce2a338979f6d51839bfd79b99: chore(release): bump version to 1.7.14 (@smyklot[bot])
November 27, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.2.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes C++ Performance Profiler Action – Release Notes v1.2.0
Add support for ARM64 architecture (native – Apple Silicon, Graviton, Raspberry Pi) Example Usage x86_64 (standard runners) - name: Run C++ Profiler (x86_64) uses: boxtob/cpp-perf-action@v1.2.0 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-callgrind: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose - name: Upload Artifacts if: always() uses: actions/upload-artifact@v4 with: name: profiling-results path: ${{ steps.
November 27, 2025
Turbo Cache Server
Version updated for https://github.com/brunojppb/turbo-cache-server to version 2.0.8.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps): lock file maintenance by @renovate[bot] in https://github.com/brunojppb/turbo-cache-server/pull/330 chore(deps): lock file maintenance by @renovate[bot] in https://github.com/brunojppb/turbo-cache-server/pull/331 chore(deps): lock file maintenance by @renovate[bot] in https://github.com/brunojppb/turbo-cache-server/pull/332 chore(deps): update actions/checkout action to v6 by @renovate[bot] in https://github.com/brunojppb/turbo-cache-server/pull/329 chore(deps): lock file maintenance by @renovate[bot] in https://github.
November 27, 2025
Bump.sh API Documentation & Changelog
Version updated for https://github.com/bump-sh/github-action to version v1.2.7.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 216 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🆕 Support deployment of OpenAPI 3.2 documents 🎉 OpenAPI 3.2 was published on 19 September 2025 (see documentation), and is now partially supported by Bump.sh.
This OAS version is supported by bump-cli since last release to v2.
November 27, 2025
Modrinth Publish
Version updated for https://github.com/cloudnode-pro/modrinth-publish to version v2.1.5.
This action is used across all versions by 113 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump @types/node from 22.18.11 to 22.18.12 by @dependabot[bot] in https://github.com/cloudnode-pro/modrinth-publish/pull/80 Bump @types/node from 22.18.12 to 22.19.0 by @dependabot[bot] in https://github.com/cloudnode-pro/modrinth-publish/pull/81 Bump @types/node from 22.15.30 to 24.0.1 by @dependabot[bot] in https://github.com/cloudnode-pro/modrinth-publish/pull/57 Bump actions/checkout from 4 to 6 by @dependabot[bot] in https://github.
November 27, 2025
Compile and publish all LaTeX
Version updated for https://github.com/DanySK/compile-and-publish-all-latex to version 2.1.4.
This action is used across all versions by 199 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 2.1.4 (2025-11-27) Bug Fixes make Docker caching optional (can fail) (bc721ce)