November 25, 2025
Setup Quarkdown
Version updated for https://github.com/quarkdown-labs/setup-quarkdown to version v1.1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/quarkdown-labs/setup-quarkdown/compare/v1.1.1...v1.1.2
November 25, 2025
Build and Deploy Roq Site
Version updated for https://github.com/quarkiverse/quarkus-roq to version 2.0.0.BETA3.
This action is used across all versions by 63 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Lightning Live-Reload and doc cleaning by @ia3andy in https://github.com/quarkiverse/quarkus-roq/pull/674 Allow to iterate on JsonArray of JsonObject by @ia3andy in https://github.com/quarkiverse/quarkus-roq/pull/676 Bump org.mvnpm.at.fortawesome:fontawesome-free from 7.0.1 to 7.1.0 by @dependabot[bot] in https://github.com/quarkiverse/quarkus-roq/pull/673 Update current version to 2.0.0.BETA3 by @ia3andy in https://github.com/quarkiverse/quarkus-roq/pull/675 Full Changelog: https://github.
November 25, 2025
Setup .NET Core SDK
Version updated for https://github.com/actions/setup-dotnet to version v5.0.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 304,284 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Upgrade typescript from 5.4.2 to 5.9.2 and document breaking changes in v5 by @dependabot in https://github.com/actions/setup-dotnet/pull/624 Upgrade eslint-plugin-jest from 27.9.0 to 29.0.1 by @dependabot in https://github.com/actions/setup-dotnet/pull/648 Upgrade actions/publish-action from 0.3.0 to 0.
November 25, 2025
Setup Python
Version updated for https://github.com/actions/setup-python to version v6.1.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,559,149 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Enhancements: Add support for pip-install input by @gowridurgad in https://github.com/actions/setup-python/pull/1201 Add graalpy early-access and windows builds by @timfel in https://github.com/actions/setup-python/pull/880 Dependency and Documentation updates: Enhanced wording and updated example usage for allow-prereleases by @yarikoptic in https://github.
November 25, 2025
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.22.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.5.22 (2025-11-25)
November 25, 2025
Feluda License Scanner
Version updated for https://github.com/anistark/feluda to version v1.10.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 feat: add just test-ci cmd to mimic ci testing locally by @anistark in https://github.com/anistark/feluda/pull/157 refactor: restructure sbom command with format subcommands (spdx, cyclonedx) by @anistark in https://github.com/anistark/feluda/pull/156 feat: validate sbom spdx and cyclonedx files by @anistark in https://github.com/anistark/feluda/pull/162 feat: implement comprehensive SPDX standards compliance enhancements and character validation by @anistark in https://github.
November 25, 2025
Setup Ghidra Action
Version updated for https://github.com/antoniovazquezblanco/setup-ghidra to version v2.0.16.
This action is used across all versions by 46 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Bump js-yaml from 3.14.1 to 3.14.2 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/90 Bump actions/checkout from 5 to 6 by @dependabot[bot] in https://github.com/antoniovazquezblanco/setup-ghidra/pull/91 Bump glob from 10.4.5 to 10.5.0 in the npm_and_yarn group across 1 directory by @dependabot[bot] in https://github.
November 25, 2025
Setup gh-pr-comment
Version updated for https://github.com/at-wat/setup-gh-pr-comment to version v0.3.1.
This action is used across all versions by 20 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed (only dependency updates) Update actions/checkout action to v6 in https://github.com/at-wat/setup-gh-pr-comment/pull/373 Update pnpm to v10.23.0 in https://github.com/at-wat/setup-gh-pr-comment/pull/369 Update js formatter and linter in https://github.com/at-wat/setup-gh-pr-comment/pull/366 Update actions (major) in https://github.com/at-wat/setup-gh-pr-comment/pull/371 Update Node.js to v24.11.1 in https://github.com/at-wat/setup-gh-pr-comment/pull/370 Update dependency @octokit/action to v8.0.4 in https://github.
November 25, 2025
Build Process Watcher
Version updated for https://github.com/cdsap/build-process-watcher to version v0.4.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes New in This Release: GC Metrics Collection Track garbage collection performance alongside memory usage! Enablecollect_gc: 'true' to monitor GC time in seconds and identify GC-related performance bottlenecks in your builds
Example:
- name: Process Watcher uses: cdsap/build-process-watcher@v0.4.0
with:
remote_monitoring: true
collect_gc: true What’s Changed Possibility to indicate different branch for the staging deployment by @cdsap in https://github.