December 5, 2025
Contribute List Forked
Version updated for https://github.com/Nebual/contributors-readme-action to version v2.3.13.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Do the build this time
December 5, 2025
Build and Deploy Roq Site
Version updated for https://github.com/quarkiverse/quarkus-roq to version 2.0.0.
This action is used across all versions by 64 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Roq 2.0 new features by @ia3andy in https://github.com/quarkiverse/quarkus-roq/pull/668 Bump io.smallrye:jandex-maven-plugin from 3.5.1 to 3.5.2 by @dependabot[bot] in https://github.com/quarkiverse/quarkus-roq/pull/658 docs: add philippart-s as a contributor for code by @allcontributors[bot] in https://github.com/quarkiverse/quarkus-roq/pull/670 Update current version to 2.0.0.BETA1 by @ia3andy in https://github.com/quarkiverse/quarkus-roq/pull/669 Update Web-Bundler by @ia3andy in https://github.
December 5, 2025
Auto-Translator
Version updated for https://github.com/sircharlo/github-translate-action to version v1.0.4.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes [1.0.4] - 2025-12-05 Added Section filtering feature New SECTIONS_TO_SKIP input parameter to exclude specific markdown sections from translation Accepts comma-separated list of heading names (case-insensitive) Useful for skipping sections like “Confirmations”, “Screenshots”, “Relevant log output”, etc. Skipped sections are preserved in their original language and appended after translation Logs which sections are being skipped for visibility Fixed Markdown heading spacing issues Automatically fixes malformed headings (e.
December 5, 2025
nbconvert
Version updated for https://github.com/vitaldenodrest/nbconvert to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Working release with html and pdf options
December 5, 2025
EOL Check
Version updated for https://github.com/abhishekpanda0620/eol-check to version v1.5.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🚀 Release v1.5.0 - AI/ML Model EOL Tracking ✨ New Features AI/ML Models Provider Track deprecation and EOL for generative AI models from major providers:
Supported Providers (50+ models):
OpenAI: GPT-3.5-turbo, GPT-4, GPT-4o, GPT-5, o1/o3, DALL-E Anthropic: Claude 1-4, Claude 3.5/4.5 Sonnet/Opus/Haiku Google: PaLM 2, Gemini 1.
December 5, 2025
Has Active Deployment for Environment
Version updated for https://github.com/AminFazlMondo/check-deployed-environment to version v1.5.32.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 1.5.32 (2025-12-05)
December 5, 2025
Retrieve Jira Issue Key from PR
Version updated for https://github.com/Andrews-McMeel-Universal/retrieve-jira-ticket to version v1.2.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed [HOTFIX] Fix PR body EOF error Full Changelog: https://github.com/Andrews-McMeel-Universal/retrieve-jira-ticket/compare/v1.1...v1.2
December 5, 2025
Bluejay Simulation Action
Version updated for https://github.com/bluejay-ai-dev/bluejay-github-actions to version v1.0.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes This release introduces the first stable version of the Bluejay Simulation Action, allowing teams to seamlessly integrate AI-agent testing into their CI/CD pipelines.
Features included in v1.0.0:
Queue Bluejay simulation runs from any workflow
Optionally wait for simulation completion
Enforce minimum quality thresholds
December 5, 2025
Clikd Release Action
Version updated for https://github.com/clikd-inc/release-action 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 Changes This release switches to a PR-based workflow. The action now creates release Pull Requests instead of directly pushing tags and releases.
Removed Inputs push - Push now happens automatically when creating PR github-release - GitHub releases are now handled by the clikd-bot GitHub App after PR merge New Outputs pr-created - Whether a release PR was created (replaces released) pr-url - URL of the created pull request pr-number - Number of the created pull request Fixed Bump type input now correctly passed to CLI New Workflow Action (creates PR) GitHub App (after merge) ──────────────────── ──────────────────────── clikd release prepare --ci → Branch → Commit → Push → Create PR ──────────────→ PR merged → Create tags → Create GitHub releases → Cleanup manifest Migration # Before (v1) - uses: clikd-inc/release-action@v1 with: push: true github-release: true # After (v2) - uses: clikd-inc/release-action@v2 # push and github-release are removed - now automatic