December 7, 2025
Set up Rocq
Version updated for https://github.com/tchajed/setup-rocq to version v1.3.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Skip saving an exact cache match
December 7, 2025
semantic-helper-tag
Version updated for https://github.com/denisa/semantic-tag-helper to version v1.0.16.
This action is used across all versions by 25 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fixed Makefile reads version of super-linter from ci.yaml Makefile lint calls both clq and super-linter Bump koalaman/shellcheck from 0.10.0 to 0.11.0 Disable biome, black and ruff Update linting configurations Bump actions/checkout from 5 to 6
December 7, 2025
Setup Sigma
Version updated for https://github.com/fabasoad/setup-sigma-action to version v0.1.2.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/fabasoad/setup-sigma-action/pull/2 chore(deps): bump actionlint from 1.7.8 to 1.7.9 by @fabasoad in https://github.com/fabasoad/setup-sigma-action/pull/4 chore(deps): bump actions/checkout from v5 to v6 by @fabasoad in https://github.com/fabasoad/setup-sigma-action/pull/5 New Contributors @dependabot[bot] made their first contribution in https://github.
December 7, 2025
Set up Percona Toolkit
Version updated for https://github.com/RobertoGraham/setup-percona-toolkit to version v2.1.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed ⬆️ Bump actions/checkout from 5.0.0 to 5.0.1 by @dependabot[bot] in https://github.com/RobertoGraham/setup-percona-toolkit/pull/20 ⬆️ Bump actions/setup-node from 6.0.0 to 6.1.0 by @dependabot[bot] in https://github.com/RobertoGraham/setup-percona-toolkit/pull/22 ⬆️ Bump actions/checkout from 5.0.1 to 6.0.1 by @dependabot[bot] in https://github.com/RobertoGraham/setup-percona-toolkit/pull/23 :memo: Prepare for v2.1.1 release. by @RobertoGraham in https://github.
December 7, 2025
Zig Cross-Compiler
Version updated for https://github.com/Rul1an/zig-cross-compile-action to version v2.6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Added
Tier 1 Expansion: Promoted x86_64-linux-gnu and x86_64-linux-musl from Tier 2 to Tier 1. New Examples: Added examples/c-linux-gnu and examples/c-linux-musl as Verified Reference Architectures. Local Development: Added CONTRIBUTING.md with a “Paved Road” guide and scripts/local-ci.sh for running CI locally (act). Verify Level Input: Clarified verify-level behavior (soft check) in README.
December 7, 2025
setup-aspire
Version updated for https://github.com/timheuer/setup-aspire to version v0.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Initial release
Full Changelog: https://github.com/timheuer/setup-aspire/commits/v0.1.0
December 6, 2025
EOL Check
Version updated for https://github.com/abhishekpanda0620/eol-check to version v1.6.1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Bug Fixes Docker Version Matching: Fixed an issue where newer Docker versions (e.g. 29.1.2) were not matching correctly with API cycles (e.g. 29.0). They are now correctly identified.
December 6, 2025
Cached Pre-Commit
Version updated for https://github.com/andrewaylett/pre-commit-action to version v4.5.0-5.
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 renovatebot/pre-commit-hooks to v42.30.2 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/491 Update andrewaylett/pre-commit-action digest to e52356b by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/492 Update pre-commit hook renovatebot/pre-commit-hooks to v42.31.0 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/493 Update pre-commit hook renovatebot/pre-commit-hooks to v42.32.1 by @renovate[bot] in https://github.com/andrewaylett/pre-commit-action/pull/494 Update pre-commit hook renovatebot/pre-commit-hooks to v42.
December 6, 2025
LLM Action
Version updated for https://github.com/appleboy/LLM-action to version v1.2.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Features aab29bda8e7171eae8780dee5ba38e671b5b4cda: feat: add support for custom CA certificates in client configuration (#6) (@appleboy) bcf937162f51e361f2f81c967f96dcde76ede964: feat: add support for structured outputs via tool schema and function calling (#7) (@appleboy) 1a536e222242f37c8db073e88949f568c8fff4d8: feat: add debug logging for tool call details in debug mode (@appleboy) Bug fixes a0e1dd4d89ed23de6dab94f5101727b22a679d9e: fix: enhance error messaging for argument parsing failures (@appleboy) Refactor bb9a6d6013723a2568746434c49e4d1abea5cde0: refactor: improve debug output for tool calls using godump.