Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 16:08
· 59 commits to main since this release
Immutable release. Only release title and notes can be modified.
4878a0c

Breaking Changes

  • Repository transferred to buildcage/docker; setup flattened to the repo root (#245, #253)

    • This repo moved from dash14/buildcage to buildcage/docker. GitHub automatically redirects uses: references pinned to an existing dash14/buildcage ref, so workflows already pinned to v2.x or an older SHA keep working with no action needed. Upgrading to v3.0.0 does require updating the uses: line, though — setup also moved from a setup/ subdirectory to the repo root as part of the same change (mirroring how buildcage/isolated-run is laid out), so it's no longer just an owner rename.
    • report is unaffected in shape — only the owner changes, it's still a subdirectory: buildcage/docker/report@v3.

    Before (v2.x):

    - uses: dash14/buildcage/setup@<sha> # v2.3.0
    - uses: dash14/buildcage/report@<sha> # v2.3.0

    After (v3.0.0):

    - uses: buildcage/docker@<sha> # v3.0.0
    - uses: buildcage/docker/report@<sha> # v3.0.0
  • run action removed from this repo — moved to buildcage/isolated-run (#244)

    • The experimental run action no longer lives here at any version and isn't reachable via the owner-transfer redirect above (it's a removal, not a rename). If your workflow uses dash14/buildcage/run or buildcage/docker/run, switch to buildcage/isolated-run, which now versions and releases independently.

CI / Maintenance

  • Adopt vitest-style expect() assertions, powered by chai under QuickJS too (#242)
  • Finish migrating tests off node:assert to vitest expect() (#243)

Dependencies

  • Bump github.com/moby/buildkit module to v0.32.0 (#240)
  • Bump actions/checkout to v7.0.1 (#246)
  • Bump vite-plus to v0.2.6 (#247)
  • Bump github/codeql-action to v4.37.3 (#248)
  • Bump ossf/scorecard-action to v2.4.4 (#249)
  • Bump self-referential dash14/buildcage action pin to v2.3.0 (#250)
  • Bump docker/login-action to v4.5.1 (#251)
  • Bump pnpm to v11.17.0 (#252)

Full Changelog: v2.3.0...v3.0.0