December 11, 2025
LLM Action
Version updated for https://github.com/appleboy/LLM-action to version v1.3.0.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Features 8fc9ff9be0bcfa9fc7e56b39c82b6f5b04dea5a8: feat: add configurable custom HTTP headers to API requests (#9) (@appleboy) Refactor 538edca3e0839f8d86bd326a816c3aa9b20654cc: refactor: migrate map types from interface{} to any throughout codebase (@appleboy) Documentation updates efcc624723ccbc0d3d5f9ac55d51b6f04c01f730: docs: integrate tool schema support for structured output handling (@appleboy) f68c89887d61cee5bf130df54983cd1c2c70dfce: docs: improve documentation for GitHub Action configuration and usage (@appleboy) 5f5b613e1146c7fe9b2df50e016f005727e3df5f: docs: document handling of array and object outputs in GitHub Actions (@appleboy)
December 11, 2025
Issue Sentinel
Version updated for https://github.com/Azure/issue-sentinel to version v1.5.0.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 39 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Enable UX tag by @MoChilia in https://github.com/Azure/issue-sentinel/pull/27 Full Changelog: https://github.com/Azure/issue-sentinel/compare/v1...v1.5.0
December 11, 2025
Build LaTeX PDF
Version updated for https://github.com/BaseMax/github-actions-build-latex-pdf to version v1.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 11, 2025
Litmus Suite Run
Version updated for https://github.com/finigami/litmus-github-action to version v6.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
December 11, 2025
osv-scanner
Version updated for https://github.com/google/osv-scanner-action to version v2.3.1.
This publisher is shown as ‘verified’ by GitHub. This action is used across all versions by 1,543 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed chore(deps): update workflows (major) by @renovate-bot in https://github.com/google/osv-scanner-action/pull/105 chore(deps): update github/codeql-action action to v4.31.7 by @renovate-bot in https://github.com/google/osv-scanner-action/pull/108 chore: more specific name for uploaded artifact by @marcusburghardt in https://github.com/google/osv-scanner-action/pull/111 Update to v2.
December 11, 2025
Next Calendar Version
Version updated for https://github.com/harm-matthias-harms/calendar-version to version v3.0.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 js-yaml from 4.1.0 to 4.1.1 (#113) @dependabot[bot] Bump vite from 7.1.7 to 7.1.11 (#103) @dependabot[bot] Bump vite from 7.0.6 to 7.1.5 (#97) @dependabot[bot] 🤓 Dependency Updates Update dependency @actions/core to v2 (#121) @renovate[bot] Update vitest monorepo to v4.0.15 (patch) (#120) @renovate[bot] Lock file maintenance (#119) @renovate[bot] Update vitest monorepo to v4.
December 11, 2025
CF Workers Actions
Version updated for https://github.com/harunonsystem/cf-workers-actions to version v1.0.5.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Patch Changes b693ead: fix: use GITHUB_HEAD_REF for PR branch name retrieval
Fixed an issue where pull request branch names were incorrectly displayed as GitHub’s internal reference (refs/pull/*/merge) instead of the actual source branch name. Now correctly uses GITHUB_HEAD_REF environment variable for PRs and github.
December 11, 2025
Get Latest Version from DockerHub Image Tags
Version updated for https://github.com/joepitt91/action-version-from-dockerhub to version v2.0.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 fix: use bundled dependencies by @joepitt91 in https://github.com/joepitt91/action-version-from-dockerhub/pull/6 Full Changelog: https://github.com/joepitt91/action-version-from-dockerhub/compare/v2.0.0...v2.0.1
December 11, 2025
Get Latest Version from GitHub Package
Version updated for https://github.com/joepitt91/action-version-from-github-package to version v2.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes BREAKING CHANGE: replace minimum_version and maximum_version with greater_equal_version and less_than_version, allowing more natural filtering feat: bundle dependencies for faster execution