November 20, 2025
Initialize GitHub Job
Version updated for https://github.com/PandasWhoCode/initialize-github-job 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 What’s Changed Add composite action for GitHub job initialization with multi-language support by @Copilot in https://github.com/PandasWhoCode/initialize-github-job/pull/1 ci: Add initial action configuration and tests by @rbarker-dev in https://github.com/PandasWhoCode/initialize-github-job/pull/3 New Contributors @Copilot made their first contribution in https://github.com/PandasWhoCode/initialize-github-job/pull/1 @rbarker-dev made their first contribution in https://github.
November 20, 2025
Polka Codes Action
Version updated for https://github.com/polka-codes/action to version v2.0.0.
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 Docs: Revamp README with improved structure and examples by @xlc in https://github.com/polka-codes/action/pull/12 Refactor: Improve Action Robustness and Code Quality by @xlc in https://github.com/polka-codes/action/pull/13 Add runner API URL support to remote runner and minor refactors by @xlc in https://github.com/polka-codes/action/pull/14 Improve action logging, grouping, and diagnostics with timings and safer spawn output by @xlc in https://github.
November 20, 2025
nix init
Version updated for https://github.com/spotdemo4/nix-init to version v1.8.11.
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 chore(deps): update nixpkgs digest to 6f37468 by @trenovate[bot] in https://github.com/spotdemo4/nix-init/pull/26 Full Changelog: https://github.com/spotdemo4/nix-init/compare/v1.8.10...v1.8.11
November 20, 2025
Validate Pull Request Reviews
Version updated for https://github.com/suzuki-shunsuke/validate-pr-review-action to version v0.0.11.
This action is used across all versions by 2 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Issues | Pull Requests | https://github.com/suzuki-shunsuke/validate-pr-review-action/compare/v0.0.10...v0.0.11 | Base revision
🐛 Bug Fixes #315 Fix a bug that approvals are ignored if non approval reviews by same people exist
This bug affects v0.0.9 and v0.0.10.
November 20, 2025
Deploy via Uncloud
Version updated for https://github.com/thatskyapplication/uncloud-action to version v1.2.1.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/thatskyapplication/uncloud-action/compare/v.1.2.0...v1.2.1
November 20, 2025
Python Linting
Version updated for https://github.com/thoughtparametersllc/python-linting to version v0.0.25.
This action is used across all versions by 1 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Full Changelog: https://github.com/thoughtparametersllc/python-linting/compare/v0.0.24...v0.0.25
November 20, 2025
harmony-vnext
Version updated for https://github.com/unbounded-tech/action-vnext to version v1.11.1.
This action is used across all versions by 3 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes What’s changed in v1.11.1 fix(deps): update dependency unbounded-tech/vnext to v1.15.14 (#45) (by @renovate[bot])
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
See full diff: v1.11.0…v1.11.1
November 20, 2025
Allure Report Publisher with History (GH Pages)
Version updated for https://github.com/velychkod/allure-report-with-history to version v1.0.
This action is used across all versions by ? repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes 📊 Allure Report Publisher with History (GH Pages) automates the generation and deployment of Allure reports to a specified branch, preserving previous reports and optionally generating an index.html with links to report history. Works on Windows and Linux with Node.js.
✨ Key Features 📝 Generate and publish Allure reports to GitHub Pages 🗂 Preserve previous reports with configurable history retention 📑 Optional index.
November 20, 2025
Link validation
Version updated for https://github.com/your-ko/link-validator to version 1.7.0.
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 Improve documentation by @your-ko in https://github.com/your-ko/link-validator/pull/163 Refactoring: Rename Stat fields to make the code more readable by @your-ko in https://github.com/your-ko/link-validator/pull/172 Refactoring. Stop using bloated GitHub regex and do URL parsing instead. Add more urlHandlers to cover more GitHub urls. Add unit tests.