November 23, 2025
JSR Mirror
Version updated for https://github.com/nodef/jsr-mirror.action to version 0.1.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 0.1.0 - Initial Smoke Test Release First release of the GitHub Action for mirroring JavaScript Registry ([JSR]) packages to other registries. Currently supports mirroring only to [npm] registry. Provides flexible options to specify package metadata and paths to configuration files including manifest, npmrc, npmignore, and deno.
November 23, 2025
Rust PR Diff Analyzer
Version updated for https://github.com/RAprogramm/rust-prod-diff-checker to version v1.1.1.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.1.1 - 2025-11-23 Miscellaneous Bump version to 1.1.1 (0f82a83)
November 23, 2025
Dokploy Deployment Suite
Version updated for https://github.com/SSanjeevi/dokployaction to version v1.2.6.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🚀 Dokploy GitHub Actions - v1.2.6 This action is now available on GitHub Marketplace! 🎉
📦 Available Actions Main Action: SSanjeevi/dokployaction@v1.2.6 Deploy: SSanjeevi/dokployaction/actions/deploy@v1.2.6 Health Check: SSanjeevi/dokployaction/actions/health-check@v1.2.6 Cleanup Containers: SSanjeevi/dokployaction/actions/cleanup-containers@v1.2.6 Rollback: SSanjeevi/dokployaction/actions/rollback@v1.2.6 Setup SSL: SSanjeevi/dokployaction/actions/setup-ssl@v1.2.6 Configure Domain: SSanjeevi/dokployaction/actions/configure-domain@v1.2.6 📚 Documentation Quick Start Guide Examples API Reference Contributing Guide 🔧 Quick Start - name: Deploy to Dokploy uses: SSanjeevi/dokployaction@v1.
November 23, 2025
zizmor-action
Version updated for https://github.com/zizmorcore/zizmor-action to version v0.3.0.
This action is used across all versions by 748 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed README: fix troubleshooting link by @woodruffw in https://github.com/zizmorcore/zizmor-action/pull/50 README: add a troubleshooting section about Advanced Security by @woodruffw in https://github.com/zizmorcore/zizmor-action/pull/51 feat: Support a config option by @naokihaba in https://github.com/zizmorcore/zizmor-action/pull/56 New Contributors @naokihaba made their first contribution in https://github.com/zizmorcore/zizmor-action/pull/56 Full Changelog: https://github.
November 23, 2025
cargo audit your Rust Dependencies
Version updated for https://github.com/actions-rust-lang/audit to version v1.2.6.
This action is used across all versions by 365 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/actions-rust-lang/audit/pull/123 [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci[bot] in https://github.com/actions-rust-lang/audit/pull/125 Update cargo audit to 0.22.0 by @jonasbb in https://github.com/actions-rust-lang/audit/pull/126 Full Changelog: https://github.com/actions-rust-lang/audit/compare/v1.2.5...v1.2.6
November 23, 2025
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.0-0.
This action is used across all versions by 8 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update pre-commit hook rhysd/actionlint to v1.7.9 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/449 Update andrewaylett/pre-commit-action digest to 659d753 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/450 Update pre-commit hook renovatebot/pre-commit-hooks to v42.19.2 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/451 Update pre-commit hook renovatebot/pre-commit-hooks to v42.19.3 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/452 Update dependency pre-commit to v4.
November 23, 2025
ZeroFS Volume
Version updated for https://github.com/Barre/ZeroFS to version v0.17.3.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Increase disk cache part size by @Barre in https://github.com/Barre/ZeroFS/pull/228 Full Changelog: https://github.com/Barre/ZeroFS/compare/v0.17.1...v0.17.3
November 23, 2025
Setup Bowtie
Version updated for https://github.com/bowtie-json-schema/bowtie to version v2025.11.2.
This action is used across all versions by 5 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/bowtie-json-schema/bowtie/compare/v2025.11.1...v2025.11.2
November 23, 2025
C++ Performance Profiler
Version updated for https://github.com/boxtob/cpp-perf-action to version v1.1.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.1.0
Add cachegrind, the high-precision tracing profiler Example Usage - name: Run Profiler uses: boxtob/cpp-perf-action@v1.1.0 with: binaries: build/test apt-packages: libgl1-mesa-dev libglfw3-dev ld-library-path: /workspace/libs valgrind-memcheck: true valgrind-cachegrind: true gperftools: true fail-on-leak: true run-args: --verbose Feedback Welcome!