Skip to content

chore(deps): bump actions/checkout from 5 to 6 - #5

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

chore(deps): bump actions/checkout from 5 to 6#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubMay 12, 2026

Copy link
Copy Markdown
Contributor

Bumps actions/checkout from 5 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

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

@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 12, 2026
@codeant-ai

Copy link
Copy Markdown

Skipping PR review because a bot author is detected.

If you want to trigger CodeAnt AI, comment @codeant-ai review to trigger a manual review.

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...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
dependabotBotforce-pushed the dependabot/github_actions/actions/checkout-6 branch from e8c625b to 9045b1bCompareMay 12, 2026 08:09
@dependabot@github

dependabotBot commented on behalf of githubMay 12, 2026

Copy link
Copy Markdown
ContributorAuthor

Looks like actions/checkout is up-to-date now, so this is no longer needed.

@dependabotdependabotBot closed this May 12, 2026
@dependabot
dependabotBot deleted the dependabot/github_actions/actions/checkout-6 branch May 12, 2026 08:24
qnbs added a commit that referenced this pull request Jun 10, 2026
…i18n
Addresses every inline review comment on PR #106:
- #2 proForgeHistoryStore: reset cached dbPromise on open error so a
failed IDB open can be retried instead of poisoning the singleton.
- #3 proForgeHistoryStore: resolve/reject on tx.oncomplete/onerror/onabort
(not request.onsuccess) so a save only resolves once durably committed.
- #4 applyReviewEdits: anchor stale-offset edits to the occurrence nearest
the original range and skip already-claimed positions, so duplicate
phrases map to distinct occurrences deterministically.
- #5 baseAgent.gatherMemoryContext: feed a project-derived query
(title/logline/genre) + ragMode into memory-bank retrieval instead of
an undefined query; all 6 AI agents now route through it.
- #6 PipelineReviewPanel: await submitReview before announce/navigate.
- #7 useProForgeOrchestrator: always dispatch loadRunHistory (even []) so
switching projects clears stale history.
- #1 i18n: translate ~55 proforge.review.*/stageName.* keys to es/fr/it
(were English fallback); rebuild bundles.
Tests updated for the 4-arg gatherMemoryContext signature
(diagnostic/structural/publishing) + duplicate-phrase edit cases.
Local gates green: typecheck (--checkers 4), lint, full proForge suite.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
qnbs added a commit that referenced this pull request Jun 10, 2026
- #5 MCP memory re-seed duplicates: cache capability per payload (sha1 of
payload) in capability.ts + deterministic seed ids (projectId:category:key)
in nodeProForgeCapability so rebuilds overwrite instead of minting fresh ids.
- #7 Copilot stuck 'streaming' on close: useGlobalCopilot.close() now resets
finishLastAssistant + setStatus('idle') when streaming, so future sends work.
- #4 import-time crash on bad --project: read the file lazily inside
resolveCapability, wrapped in an actionable ProForgeError(VALIDATION).
- #6 empty-string runId: runId -> z.string().min(1).optional() in both
getSupervisorStatus + getHistory schemas (now a VALIDATION error).
- #8 disabling enableGlobalCopilot: useSettingsView clears + closes the copilot
session on toggle-off so re-enabling never restores a stale panel.
- #1-3 raw err in MCP responses: fail() returns a generic 'Internal error' for
unexpected errors and writes detail to stderr only; our own ProForgeError
messages still pass through (actionable).
Tests: capabilityLayer empty-runId VALIDATION, idempotent node seeding,
useGlobalCopilot.close reset, useSettingsView copilot clear-on-disable; MCP
smoke extended with idempotent-seed + missing-project VALIDATION assertions.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants