July 13, 2026
Setup Livreur
Version updated for https://github.com/getlivreur/setup-livreur to version v1.0.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Full Changelog: https://github.com/getlivreur/setup-livreur/compare/v1.0.1...v1.0.2
July 13, 2026
mcpscore — MCP server audit
Version updated for https://github.com/mcp-box/mcpscore-action to version v1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed First release of the mcpscore GitHub Action — Lighthouse for MCP in your CI.
Audit an MCP server on every pull request, fail the build when quality drops below a threshold you set, and get the report as a PR comment.
July 13, 2026
Go - Test Suites
Version updated for https://github.com/mvrahden/go-test to version v1.25.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed Add blog articles by @mvrahden in https://github.com/mvrahden/go-test/pull/85 improve project documentation by @mvrahden in https://github.com/mvrahden/go-test/pull/86 Add Nil/NotNil assertions with defense-in-depth type guards by @mvrahden in https://github.com/mvrahden/go-test/pull/87 Replace unmaintained YAML dependency by @mvrahden in https://github.com/mvrahden/go-test/pull/89 Resilient Go SDK discovery in VSCode extension by @mvrahden in https://github.com/mvrahden/go-test/pull/88 Surface race detector and panic output that was silently dropped by @mvrahden in https://github.com/mvrahden/go-test/pull/91 Add blog posts: migration guide improvements and “Why Your Go Tests Are Slow” by @mvrahden in https://github.com/mvrahden/go-test/pull/90 Clean up internal duplication and dead code by @mvrahden in https://github.com/mvrahden/go-test/pull/92 Full Changelog: https://github.com/mvrahden/go-test/compare/v1...v1.25.0
July 13, 2026
Docker Compose Cache
Version updated for https://github.com/seijikohara/docker-compose-cache-action to version v1.8.17.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed chore(deps): lock file maintenance by @renovate[bot] in https://github.com/seijikohara/docker-compose-cache-action/pull/305 Full Changelog: https://github.com/seijikohara/docker-compose-cache-action/compare/v1.8.16...v1.8.17
July 13, 2026
PR Comment - Create & Edit
Version updated for https://github.com/spicyparrot/pr-comment-action to version v1.0.5.
This action is used across all versions by ? repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Full Changelog: https://github.com/spicyparrot/pr-comment-action/compare/v1.0.3...v1.0.5
July 13, 2026
grype_me
Version updated for https://github.com/TomTonic/grype_me to version v1.3.17-release.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed v1.3.17-release Source Code Updates Go toolchain updated 1.26.4 → 1.26.5. This release includes two upstream Go security fixes:
CVE-2026-39822 — os.Root symlink escape: on Unix, opening a path ending in / inside an os.Root could follow a symlink to a location outside the root if the final path component was itself a symlink (e.g. root.Open("symlink/") would open symlink even though it points outside the root). CVE-2026-42505 — crypto/tls Encrypted Client Hello (ECH) privacy leak. grype_me does not use os.Root or ECH directly, but the fix ships automatically via the toolchain bump and is recommended for all users building or running this action.
July 12, 2026
OAuthLint
Version updated for https://github.com/Auspeo/oauthlint to version oauthlint@0.10.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Re-pins the bundled rule pack to 0.7.0, so oauthlint scan ships the new NestJS and Fastify rules.
Changed Bundled rule pack updated to oauthlint-rules 0.7.0. Docs: https://oauthlint.dev/docs/cli · Full changelog: https://github.com/Auspeo/oauthlint/compare/oauthlint@0.10.0...oauthlint@0.10.1
July 12, 2026
super-release
Version updated for https://github.com/BowlingX/super-release to version super-release/v1.12.1.
This action is used across all versions by 0 repositories. Action Type This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed [1.12.1] - 2026-07-12 🐛 Bug Fixes Reduced binary size; stripped unused features (#32) by @BowlingX in #32 ⚙️ Miscellaneous Tasks Bumped packages 👥 Contributors @BowlingX Full Changelog: https://github.com/BowlingX/super-release/compare/super-release/v1.12.0...super-release/v1.12.1
July 12, 2026
Capawesome Cloud Build Action for GitHub Actions
Version updated for https://github.com/capawesome-team/cloud-build-action to version v0.1.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed https://github.com/capawesome-team/cloud-build-action/blob/main/CHANGELOG.md#012-2026-07-12
July 12, 2026
Dazbos Gemini Review & Triage
Version updated for https://github.com/derailed-dash/gemini-review-action to version v1.2.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Changes Add class docstrings to all structured Pydantic models. Add authentication logging showing which credentials are used for both GitHub API and Google GenAI. Support configurable request timeout via a new timeout action input (defaults to 60s). Clean up legacy typing.List usage to conform to PEP 585 (Python 3.12+).