Skip to content

Bump actions/checkout from 4 to 6#16

Merged
ThorFuchs merged 5 commits into
mainfrom
dependabot/github_actions/actions/checkout-6
May 1, 2026
Merged

Bump actions/checkout from 4 to 6#16
ThorFuchs merged 5 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 30, 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)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

... (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)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [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 dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 30, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 30, 2026
ThorFuchs added a commit that referenced this pull request May 1, 2026
…#24)

* feat(site): verify-lane v3.1 — verify-page badges (Lean coverage / mode / bridge)

Phase v3.1 of the Verify-Lane release plan. Renders Lean-coverage / mode /
bridge-status / scope chips on verify pages. Mirror of the v3.2 result-page
enrichment, adapted for verification-domain semantics.

Builds on v3.0 (corpus PR #16 + site PR #23) which landed
`_data/verify/coverage_by_domain.json`.

NEW include: _includes/verify-page-badges.html
  Reads site.data.verify.coverage_by_domain[page.domain]. Three render
  branches gated on page.verify_type:

    - verify_type: domain_verification
      → Lean coverage chip · verification mode chip · bridge-status chip
        (Strong ≥ 90% formalized · Moderate ≥ 65% · Emerging otherwise)
        + optional scope chip
      → Renders on /verify/domain-verification/{mathematics,physics,life,
        metaphysics}/

    - verify_type: release_manifest
      → Global TauLib stats · Pinned snapshot · 0 sorries + custom-axiom count
      → Renders on /verify/release-manifest/

    - verify_type: falsification_path | predictions_falsification
      → Physics-domain Lean linkage · Empirical (2025–2035) mode chip
      → Renders on /verify/predictions-and-falsification/

  Always renders a Public visibility chip first.

Layout wiring: _layouts/program-doc.html
  Calls verify-page-badges.html in the hero block, gated on page.verify_type.
  Other program-doc consumers (program/, corpus/, etc.) unaffected.

Frontmatter updates:
  /verify/release-manifest.md — added verify_type: release_manifest plus
                                v2_lane / type / status fields for parity
                                with other verify pages.
  Other 4 domain hubs and predictions-and-falsification already had
  verify_type set; no frontmatter changes needed.

SCSS: _sass/_content.scss
  .chip-row-verify, .chip-verify-coverage, .chip-verify-mode (formal +
  empirical variants), .chip-verify-bridge (strong/moderate/emerging
  variants), .chip-verify-scope. All match the v3.2 chip-row-badges
  pattern with verify-specific palette.

Rendered output verified live (after `bundle exec jekyll build` exit 0):

  /verify/domain-verification/mathematics/  →
    Public · Lean · 284 modules · 5002/7617 formalized · Mode · Formal+Empirical
    · Bridge · Moderate (66%)
  /verify/domain-verification/physics/      →
    Public · Lean · 171 modules · 4489/6069 formalized · Mode · Formal+Empirical
    · Bridge · Moderate (73%)
  /verify/domain-verification/life/         →
    Public · Lean · 31 modules · 476/476 formalized · Mode · Formal+Empirical
    · Bridge · Strong (100%)
  /verify/domain-verification/metaphysics/  →
    Public · Lean · 9 modules · 337/337 formalized · Mode · Formal+Empirical
    · Bridge · Strong (100%)
  /verify/release-manifest/                 →
    Public · TauLib · 512 modules · 14601 declarations · Mode · Pinned snapshot
    · 0 sorries · 3 custom axioms
  /verify/predictions-and-falsification/    →
    Public · Physics Lean · 171 modules · 4489/6069 formalized
    · Mode · Empirical (2025–2035)

Verification gates (all green):
  ✓ bundle exec jekyll build  → exit 0 in 482s
  ✓ All 6 chip rows render with v3-aligned classes (data-badge attributes
    set; v3.2 result-page parity preserved for filterable browse)

Sequencing
  Depends on #23 (v3.0 data file). Already merged.

Next phase
  v3.2 — Domain-verification hub redesign. Expand the 43-60-line thin routing
  pages into v3-shape hubs with hero stats grid · 5-6 sub-route cards ·
  plain-language intro · See-also footer.

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

* fix(site): refresh release-manifest sections baseline after v3.1 frontmatter add

The v3.1 frontmatter additions to verify/release-manifest.md
(verify_type / v2_lane / type / status) shifted the __frontmatter__ section
checksum, causing the Registry Verify CI check to fail. This commit
regenerates the baseline via `scripts/registry_preserve_prose.py` so the
gate passes again.

Live + baseline now both: 1fe00850442b307f

Verification:
  ✓ python3 scripts/registry_verify.py --full
    → All checks passed (dashboard prose / release manifest sections /
      filter_rules consistency / site data registry totals)

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

---------

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Anna-Sophie Fuchs <anna-sophie.fuchs@panta-rhei.site>
@ThorFuchs ThorFuchs merged commit baaacb8 into main May 1, 2026
4 checks passed
@ThorFuchs ThorFuchs deleted the dependabot/github_actions/actions/checkout-6 branch May 1, 2026 09:01
AnSoFuchs added a commit that referenced this pull request May 1, 2026
Pages "Validate edge headers Worker" build step has been failing on
`wrangler deploy --dry-run` since dependabot PR #21 (Bump wrangler from
4.85.0 to 4.87.0) merged. wrangler 4.87 requires Node ≥22.0.0
(per package-lock.json: `"node": ">=22.0.0"`); the workflow uses
`actions/setup-node@v4` with `node-version-file: .node-version`, which
pinned 20.20.2.

Multiple dependabot bump merges (#16 #18 #19 #21) plus PR #27
(σ-polarity + W₃(3) preflight fixes from atlas/audits/site/2026-04-29-
preflight-public-outreach/verification-2026-05-01) have queued behind
the failing deploy. Bumping `.node-version` to Node 22 LTS unblocks
all pending main commits.

Choice: 22.11.0 (Node 22 LTS released 2024-10, current at time of
writing). Alternative: track the Node 22 line via "22" or
"22.x" — chose explicit "22.11.0" for build determinism, matching the
prior pattern of pinning a specific patch version.

No other Node-version pins exist across the repo (grep -r "node-version"
+ "20.20.2" + Dockerfile* + .nvmrc returns no matches). package.json
has no engines field; package-lock.json's "node": ">=22.0.0" is the
wrangler dep requirement that triggered this.

Post-merge expectation: Pages workflow re-runs against the current
origin/main HEAD; deploy succeeds; the σ-polarity + W₃(3) editorial
fixes from PR #27 land live (they're already on origin/main, just not
deployed); subsequent `last-modified` timestamp on panta-rhei.site
moves forward.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Anna-Sophie Fuchs <anna-sophie.fuchs@panta-rhei.site>
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants