build(deps): refresh CI tooling and repair validation provisioning - #73
Merged
steipete merged 2 commits intoSep 23, 2026
Merged
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/github-actions-d445ed8c0e
branch
from
September 21, 2026 09:20
a1b10b9 to
942362a
Compare
…updates Bumps the github-actions group with 2 updates in the / directory: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [useblacksmith/setup-docker-builder](https://github.com/useblacksmith/setup-docker-builder). Updates `pnpm/action-setup` from 6.0.10 to 6.1.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v6.0.10...v6.1.0) Updates `useblacksmith/setup-docker-builder` from 2.1.0 to 2.2.0 - [Release notes](https://github.com/useblacksmith/setup-docker-builder/releases) - [Commits](useblacksmith/setup-docker-builder@a5256a7...1921511) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: useblacksmith/setup-docker-builder dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
steipete
force-pushed
the
dependabot/github_actions/github-actions-d445ed8c0e
branch
from
September 23, 2026 07:57
942362a to
8b13300
Compare
dependabot
Bot
deleted the
dependabot/github_actions/github-actions-d445ed8c0e
branch
September 23, 2026 08:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Problem This Solves
Refreshes CI tooling and fixes remote validation failing to provision because its configured disk is smaller than the current image.
User Impact
No package runtime or engine requirement changes. Maintainers can provision validation machines again and use current pnpm patch/minor releases.
Why This Change Was Made
Retains the original pnpm/action-setup 6.1.0 and Blacksmith Docker Builder 2.2.0 updates, upgrades pnpm/setup to 3.0.0, and updates the existing pnpm 11 and 12 lanes to 11.27.1 and 12.5.1. Explicit Node versions and disabled automatic installation preserve the workflow behavior across the setup Action major. The validation disk now matches the image’s 400 GB minimum.
Evidence
Remote Linux validation passed all 220 tests with no failures or cancellations, plus
npm run check(data validation and unchanged README generation). The first provisioning attempt reproduced the 160 GB image-size failure; provisioning succeeded with 400 GB. Independent Codex review found no actionable P0–P2 findings.Exact-head GitHub CI is green: Scripts, Actionlint, CodeQL, and the real main surface RTT workflow all passed at
8b13300222a461ffda2c447a36127afac673777a: https://github.com/openclaw/openclaw-rtt/actions/runs/35834484470