Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 21, 2026

Copy link
Copy Markdown

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 dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 21, 2026
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 force-pushed the dependabot/github_actions/actions/checkout-6 branch from 69d67fd to 983ab5b Compare May 27, 2026 19:03
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Author

Superseded by #11.

@dependabot dependabot Bot closed this Jun 25, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-6 branch June 25, 2026 05:34
yeahhe365 added a commit that referenced this pull request Aug 10, 2026
Bug #1 (llm_client.py): _drain_stream was missing nonlocal status, so
status = "insufficient" only mutated a local copy and the
maybe_stream_answer gate never fired — multi-round searches could push a
partial answer and concatenate two rounds in the UI buffer. Added status to
nonlocal; regression test asserts an insufficient stream pushes nothing.

Bug #2 (database.py): _cleanup_old_sessions used local naive now() against
UTC-stored updated_at, shifting the cutoff by the local TZ offset (UTC+8
could delete sessions updated hours ago). Cutoff now uses _utc_now().

Bug #3 (legacy_migration.py): a single failed JSON migration logged an error
but still rmtree'd the whole chats/ dir, destroying the only copy of that
chat. Now keeps the directory when any file failed.

Bug #4 (providers.py): (a) ensure_default_provider_id's no-request fallback
silently picked providers[0] even when disabled — now raises when everything
is disabled; (b) an omitted api_key field was normalized to "" wiping a
stored key — now carried over from current_providers (None sentinel).

Bug #5 (chat.js): a truncate-edit stream detached mid-flight re-attached on
loadChat over the DB's pre-truncate history, briefly showing the to-be-cut
tail. rec now records truncateFromIndex and loadChat trims the DOM before
re-attaching the live bubbles.

Bug #6 (llm_client.py/workflow.py): generate_answer's outer fallback and
no-response paths returned status:"sufficient" with exception text as a
normal answer (workflow appended references to it). Now status:"error" and
workflow raises so the UI shows an error + retry affordance instead.

Bug #7 (chat.py): replace_messages_from returning False because the session
was concurrently deleted fell back to save_chat_history, which re-creates the
deleted session. Now re-checks existence before the fallback.

Minor: extension_bridge fire-and-forget task exceptions are consumed;
evidence-panel LRU delete-then-set refreshes recency; removed dead
engine_name/sessionId assignments and the never-reachable CJK punctuation
split; composer-extras imports search-intensity with the ?v=3 version tag;
dropped the unread evidenceSnippet dataset write.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.

0 participants