July 11, 2026
Hosho Prompt Reviewer
Version updated for https://github.com/HOSHO-AI/Hosho-prompt-optimization-public to version v1.41.0.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Taxonomy restructure — Provider-fit moves to Guidance, safety sub-factor retired Mirrors the API taxonomy change (API #175). The PR-comment renderer’s hardcoded taxonomy is load-bearing for the 4-macro score table, so it moves in lockstep:
July 11, 2026
cibuild-action
Version updated for https://github.com/invarnhq/cibuild to version v2.3.6.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Release v2.3.6
July 11, 2026
Dependency Support Policy
Version updated for https://github.com/isaac-cf-wong/dependency-support-policy-action to version v0.1.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 0.1.1 - 2026-07-11 🐛 Bug Fixes Shorten action description for Marketplace listing (#18) - (1297dd8) Compute TestPyPI publish version fresh via hatch (#19) - (4f9ff16) Point the floating major tag at the release commit (#22) - (f6fc6d3) ⚙️ Miscellaneous Tasks (deps) Update dependency hatch to >=1.17.1 (#20) - (39b7c79) (deps) Update pre-commit hook rbubley/mirrors-prettier to v3.9.5 (#21) - (9a317cd) Contributing: Contributions are welcome! See the Contributing Guide.
July 11, 2026
Actions Breakage Radar
Version updated for https://github.com/jackwalkerlabs/actions-breakage-radar to version v1.1.2.
This action is used across all versions by ? repositories. Action Type This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Parser compatibility patch for valid GitHub Actions YAML forms.
Supports bare-dash step mappings where uses appears on the following line Supports quoted jobs, steps, runs-on, and uses keys Adds non-null repository and branch report-output coverage 34 tests pass; live 3-repository validation remains 12 workflows and 23 migration warnings with zero failures Use the stable major tag: jackwalkerlabs/actions-breakage-radar@v1
July 11, 2026
NeuroLink AI
Version updated for https://github.com/juspay/neurolink to version v9.86.3.
This action is used across all versions by 10 repositories. Action Type This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed 9.86.3 (2026-07-11) Bug Fixes (deps): declare js-yaml + fast-xml-parser as runtime dependencies (48f54d5)
July 11, 2026
L10n.dev AI Localization Automation
Version updated for https://github.com/l10n-dev/ai-l10n to version v1.10.0.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s Changed Added client option to identify integrations of the l10n.dev localization platform. SDK:
Added authOptions as an optional arg to the translate method of AITranslator class. Add client to identify client’s usage correctly Moved apiKey to the authOptions. Breaking changes Optional apiKey arg now in the authOptions CORE:
July 11, 2026
SkillCI Audit
Version updated for https://github.com/LM20230311/skillci to version v0.4.1.
This action is used across all versions by 0 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Phase 3 complete\n\n- Add strict Node behavior-trace assertions for commands, file reads, file writes, and network API attempts.\n- Fail behavior cases on undeclared observed commands or file activity.\n- Keep Docker network denial and constrained fixture isolation in place.\n- Publish npm automatically through GitHub OIDC trusted publishing.
July 11, 2026
Selvedge Coverage Check
Version updated for https://github.com/masondelan/selvedge to version v0.3.9.1.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed What’s changed docs(roadmap): capture the reason-vs-name keying convergence (cowork-os) docs: state the git-import identity boundary + plan the provenance/trust-tier follow-up docs(release): v0.3.9.1 — the dev.to feedback release fix: post-review hardening for the v0.3.9.1 features feat(semantic): optional fuzzy recall — prior_attempts survives renames feat(import): git-history backfill — pre-Selvedge reverts become first-class records feat(hook): PreToolUse enforcement hook — the prior_attempts check becomes deterministic feat(supersede): decision states + supersede flow — reverted is no longer a permanent ban gitignore: keep LLMO mention-share scoreboard local-only build(docker): add Dockerfile for the Docker MCP Catalog submission build(deps): bump actions/setup-python from 5 to 6 build(deps): bump actions/checkout from 4 to 7 chore(gitignore): keep docs/growth-master-plan.md local-only docs(readme): remove broken editor install badges docs: correct phase markers — HTTP + auth ships in v0.4.1, not v0.4.0 docs(architecture): make the Phase 3.2 heading paren-last so notion-sync parses it fix(notion-sync): bump LATEST_SHIPPED to 0.3.9 so the Roadmap mirror marks v0.3.9 phases Done docs(architecture): reconcile v0.3.9 phase plan — Agent Trace export shipped, dev-ergonomics deferred to v0.3.16 docs(manifest): note agent-trace export in the bundle/listing description docs: pin the Coverage Check action example to @v0.3.9 fix(action): trim Marketplace description under the 125-char limit Install: pip install selvedge==0.3.9.1 PyPI: https://pypi.org/project/selvedge/ Docs: https://github.com/masondelan/selvedge/blob/main/docs/getting-started.md
July 11, 2026
Star History Action
Version updated for https://github.com/narayann7/star-history-action to version v1.0.1.
This action is used across all versions by 4 repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Makes the star history chart render on GitHub and on package registries (npm, pub.dev), and stops external image URLs from 404ing.
Added PNG output. The renderer rasterizes a star-history.png alongside the SVGs, so the chart shows on registries that cannot render SVG (npm, pub.dev). readme-format input (picture or png). picture keeps the SVG <picture> block with GitHub dark/light support; png writes a plain-markdown image at an absolute raw.githubusercontent.com URL, the only form that renders on npm and pub.dev. Changed Stable filenames. Charts are written to fixed paths (star-history-<theme>.svg, star-history.png) and overwritten in place instead of timestamped names. A frozen README URL on a registry no longer 404s when a new chart is generated. This action’s own repository now demos with a static placeholder and no longer commits its live chart into git. Fixed PNG rasterization stripped the decorative feTurbulence/feDisplacementMap sketch filter, which crashed the raster engine (resvg). The SVG output keeps the filter; only the PNG drops it. Compatibility Repositories upgrading from 1.0.0 keep their old timestamped files, so any already published registry README that points at the old URL still resolves. The action stops producing timestamped names but does not delete existing ones. On the first run after upgrade, the chart is regenerated even when the star count is unchanged, so the new stable files and the PNG are created once. Full CHANGELOG: https://github.com/narayann7/star-history-action/blob/main/CHANGELOG.md
July 11, 2026
Setup Nimbus
Version updated for https://github.com/nimbus-solution/setup-nimbus to version v1.0.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Resolve latest via release redirect, not the rate-limited API (fcc9f53) Fix curl SIGPIPE (exit 23) when resolving the latest version (c54c8ac) Retry transient download failures on hosted runners (ec9659c) setup-nimbus v1.0.0 — install the Nimbus CLI in GitHub Actions (330632a)