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
December 5, 2025
Jira Ticket Status Check
Version updated for https://github.com/designcise/jira-ticket-status-action to version v2.1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 🎉 What’s New Version 2.1 adds automatic ticket detection in PR titles and case-insensitive matching - making the action even more flexible and user-friendly!
✨ New Features 1. PR Title Scanning The action now extracts tickets from both your PR title AND commit messages:
December 5, 2025
cancel-queued-runs
Version updated for https://github.com/durandtibo/cancel-queued-runs-action to version v1.5.
This action is used across all versions by 26 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s Changed Update workflows by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/26 Use force-cancel instead of cancel by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/27 Use development script to test on multiple repos by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/28 Add notes by @durandtibo in https://github.com/durandtibo/cancel-queued-runs-action/pull/29 Update action to fail if status code is not 202 by @durandtibo in https://github.