Skip to content

chore(deps): Bump actions/checkout from 4 to 6#42

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Mar 19, 2026
Merged

chore(deps): Bump actions/checkout from 4 to 6#42
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 19, 2026

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps actions/checkout from 4 to 6.

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.1

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

What's Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Mar 19, 2026

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Mar 19, 2026
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@hyperpolymath hyperpolymath force-pushed the dependabot/github_actions/actions/checkout-6 branch from 8e222c0 to 78d5393 Compare March 19, 2026 07:09
@hyperpolymath hyperpolymath merged commit 4ec6f1e into main Mar 19, 2026
16 of 20 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/actions/checkout-6 branch March 19, 2026 07:09
hyperpolymath added a commit that referenced this pull request May 2, 2026
Maps the 26 currently-open upstream issues (15 affinescript filed by
this session, 4 by parallel session today, 1 earlier; 5 stapeln + 1
umbrella) into a four-cascade view of what blocks what.

Headline findings:

* TRUNK = #40 (Array syntax) is the single most-blocking upstream
  issue — gates ~95% of idaptik's translatable surface. Diagnosed in
  the issue itself as likely a small parser.mly change.
* SECOND = #39 (Float operators) — gates ~50% of idaptik's surface;
  bigger typechecker work.
* THIRD = #42 (extern fn/type) — gates every connector package;
  affinescript-pixijs's own pixi.as can't compile against current
  toolchain.

The cascade also maps which fixes idaptik can submit upstream now
(stapeln #13/#14/#16 — small PRs; affinescript #46-#52 — markdown PRs;
affinescript #41 — pure documentation) vs which need substantial
language compiler work (proven package, effect rows, Validation
stdlib, DOM/Pixi prod-ready).

Quick-wins panel proposes ordering: stapeln container fixes first
(small PRs, unblocks Wave 1), then attempt #40 + #42 (parser changes,
high leverage), then bundled documentation PRs (#41, #46-#55).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
hyperpolymath added a commit that referenced this pull request May 2, 2026
Filed across the AffineScript ecosystem in response to UPSTREAM-CASCADE
(commit 98f110c). Each PR cross-references the relevant idaptik
artefacts as evidence.

stapeln (3):
  #18 — fix(cerro-torre): pin Alire URL to explicit version (closes #13)
  #19 — fix(vordr): commit Cargo.lock for reproducible builds (closes #14)
  #20 — fix(rokur): use deno binary release directly (closes #16)

affinescript (4):
  #62 — docs(AI.a2ml): 4 patterns + 3 directives
        (closes #45, #46, #47, #48, #49, #50, #52)
  #67 — feat(parser): accept [T] array/list shorthand (closes #40)
        — highest single-fix leverage in the entire cascade per
          UPSTREAM-CASCADE; ~95% of idaptik's translatable surface
  #69 — docs(human-guide): migration chapter + refinement-args
        + affine-async (closes #51, #53, #54, #55)
  #70 — docs(effects): migration-stance doc (closes #41)

Total: 7 PRs, 16 issues to be closed when merged.

Intentionally not addressed (sub-day budget):
- stapeln#12 (selur Containerfile) — write new multi-stage
- stapeln#15 (svalinn npm/Deno) — design decision needed
- affinescript#35 (Node+vscode backend) — multi-week new target
- affinescript#39 (Float operators) — typechecker design
- affinescript#42 (extern fn/type) — multi-piece, untested locally
- affinescript#56 (DOM/Pixi prod-ready) — library scale, gated on #42
- affinescript#57 (Migration assistant) — multi-week new tool
- affinescript#58 (proven shape) — sibling repo work
- affinescript#59 (Effect-row names) — design discussion

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant