Skip to content

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

Merged
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-6
Apr 9, 2026
Merged

chore(deps): Bump actions/checkout from 4 to 6#55
hyperpolymath merged 2 commits into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 9, 2026

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)

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>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Apr 9, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 9, 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 Apr 9, 2026
@hyperpolymath hyperpolymath merged commit 45ca408 into main Apr 9, 2026
22 of 29 checks passed
@hyperpolymath hyperpolymath deleted the dependabot/github_actions/actions/checkout-6 branch April 9, 2026 10:42
hyperpolymath added a commit that referenced this pull request May 2, 2026
…5 RFCs filed

Cross-references the two Wave 3 pilots — PlayerHP.affine (Mode A,
compiles to 952B wasm) and Main.affine (Mode B, design-demo against
Frontier Guide spec). Headline finding: the Guide and the v0.1.0
compiler are out of sync; translations must be explicit about which
target they're written against.

Files:
  RECONCILIATION.md — full PlayerHP ↔ Main comparison; documents
                      v0.1.0 ↔ v1+ feature gap; surfaces 5 new
                      lessons (N1–N5) on top of the existing 15
  RFCS-FILED.md     — table of 15 upstream RFCs filed against
                      hyperpolymath/affinescript (#45#59) covering
                      AI.a2ml additions, Human Guide chapters, and
                      repo-level proposals
  Main.affine       — header annotated with explicit "Mode B" flag
                      and the list of v1+-aspirational features used
                      with cross-references to filed RFCs
  LESSONS.md        — added status note and pointer to RECONCILIATION

The 15 RFCs filed: #45 Validation as stdlib, #46 het-list antipattern,
#47 fuel-based recursion, #48 eta-style, #49 validation-chain pattern,
#50 no-side-effect-imports, #51 migration chapter, #52 status sums,
#53 refinements in args, #54 %raw decision tree, #55 affine+async,
#56 dom/pixijs prerequisite, #57 migration assistant tool, #58 proven
package shape, #59 effect-row v1 names.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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