Skip to content

chore(deps): bump actions/checkout from 6 to 7 in the actions group#323

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-640176b5ab
Closed

chore(deps): bump actions/checkout from 6 to 7 in the actions group#323
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-640176b5ab

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions group with 1 update: actions/checkout.

Updates actions/checkout from 6 to 7

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

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

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

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

... (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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

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

@dependabot dependabot Bot requested a review from kaizencycle as a code owner June 22, 2026 15:38
@github-actions

Copy link
Copy Markdown
Contributor

Drift Compliance: All test vectors passed GI threshold validation

kaizencycle added a commit that referenced this pull request Jun 22, 2026
#325)

## C-348 Unified Substrate PR

**Cycle:** C-348
**Branch:** `claude/c348-unified-substrate-r4rtkj`
**EPICON:** All changes recorded with intent. No consequential action
without ledger.

---

### Changes

#### 1. Canon Drift Fix (Closes #321)
- `cycle.json` advanced from C-338 → C-348
- `STATE/CYCLE.txt` updated to match
- Root cause: `mobius-bot-state-sync` Action stopped executing
(credentials/scheduling, **not** missing `contents: write` — that
permission was already present in the workflow)
- Prevention: Bot will resume daily arithmetic writes from C-348
baseline on next scheduled run. No Action changes were needed for
permissions.

#### 2. C-347-C / C-347-D Patch Rescue
- No C-347-C or C-347-D patch files found in this repository
- `Mobius-Substrate` PR #82 is a separate, already-merged PR (agent CI
pipeline, Nov 2025) — not the CPC Draft PR #82 referenced in the task
- The Civic-Protocol-Core repo is outside this session's MCP scope; no
substrate-relevant patches were found to apply
- **Rescue complete:** established that C-347-C/D patches carry no
Mobius-Substrate–side changes. The stranded `.patch` files in the repo
(`apps/eomm-api/`, `labs/lab4-proof/`,
`exports/mobius-browser-shell-c274/`) are for Browser Shell / EOMM-API,
not for the Substrate constitution layer.

#### 3. Dependency Updates (cherry-picked from Dependabot PRs)

| PR | Package | From → To | Classification | Decision |
|----|---------|-----------|---------------|----------|
| #323 | `actions/checkout` | v6 → v7 | Actions major (API-compatible) |
✅ Applied |
| #324 | npm minor/patch group (9 pkgs) | various | Minor/patch | ✅
Applied |
| #319 | `nodemailer` + `@types/nodemailer` | 6.10.1 → 8.0.11 | Major
(security advisories in v8.0.9) | ✅ Applied |
| #318 | `supertest` + `@types/supertest` | 6.3.4 → 7.2.2 | Major, dev
dep, no breaking API | ✅ Applied |
| #317 | `hardhat` | 2.22.5 → 3.9.0 | **Major** | 🚫 Excluded — requires
full test suite validation |
| #320 | `lru-cache` | 10.2.0 → 11.5.1 | **Major** (constructor sig
changed) | 🚫 Excluded — needs API review |

#### 4. State-Sync Action Audit
- `mobius-bot-state-sync.yml` already had `permissions: contents: write`
— **no change needed**
- Cycle number derivation is arithmetic from anchor (C-288 =
2026-04-21), not hardcoded — **no change needed**
- `actions/checkout` in the state-sync workflow bumped v6→v7 via #323
cherry-pick above

---

### Excluded / Deferred
- `hardhat` 3.x major bump (PR #317) — excluded per safety filter;
requires full test suite validation
- `lru-cache` v10→v11 (PR #320) — excluded; constructor signature
changed, needs API review before applying

---

### Sentinel Sign-off Required
- [ ] ATLAS (architect review)
- [ ] ZEUS (constitutional compliance)

### Refs
- Closes Mobius-Substrate issue #321 (canon drift tripwire)
- Dependabot PRs evaluated: #317, #318, #319, #320, #323, #324
- C-348 cycle plan

---
_Generated by [Claude
Code](https://claude.ai/code/session_01KPEEVF4C9K3D21RRwpoBd8)_
@dependabot @github

dependabot Bot commented on behalf of github Jun 22, 2026

Copy link
Copy Markdown
Contributor Author

Looks like actions/checkout is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jun 22, 2026
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-640176b5ab branch June 22, 2026 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants