Skip to content

chore(deps): update actions/checkout action to v6#7

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-6.x
Open

chore(deps): update actions/checkout action to v6#7
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-checkout-6.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Mar 14, 2026

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

Full Changelog: actions/checkout@v4...v4.3.1

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@claude
Copy link
Copy Markdown

claude Bot commented Mar 14, 2026

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit in Settings → Usage.

Once credits are available, reopen this pull request to trigger a review.

@chatgpt-codex-connector
Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from e62cd79 to 8304edb Compare March 26, 2026 23:57
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 26, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mdcms Error Error May 13, 2026 3:25am
mdcms-studio-review Ready Ready Preview, Comment May 13, 2026 3:25am

Request Review

@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 8304edb to 0a831d6 Compare April 9, 2026 06:18
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 9, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Free

Run ID: a9cc4c7c-1552-498e-8e6d-66bbb43d607c

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch 2 times, most recently from d92ab2d to 6235788 Compare April 15, 2026 08:47
iipanda added a commit that referenced this pull request Apr 28, 2026
- `.ai/memory/README.md` "What this is not" — varied bullet phrasing
  to drop the repetitive "Not a …" pattern.
- `AGENTS.md` package-boundary list — varied verbs (Place / live in /
  houses / belong / stay) to avoid the repetitive "Keep …" pattern.
- `AGENTS.md` rule #7 — added Windows symlink caveat noting that
  POSIX-style symlinks may not check out cleanly without developer
  mode or `core.symlinks=true`, with a fallback to junctions or a
  recursive copy of `.ai/skills/`.
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch 2 times, most recently from 22a39f3 to e34c56e Compare May 1, 2026 09:52
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from e34c56e to 91f1ba3 Compare May 13, 2026 03:24
iipanda added a commit that referenced this pull request May 15, 2026
…gent

Two related fixes for the "Accept makes the card vanish with no
feedback" complaint:

- Proposals carry an optional `acceptedAt` timestamp on the client
  shape. When the apply succeeds, the reducer stamps the proposal
  with that timestamp instead of dropping it; ProposalCard +
  TurnGroup short-circuit to a quiet `AppliedLogLine` ("· Applied
  HH:MM — <path> (+N −M)") in the same row. Reads as continuous
  history rather than a disappearance, mirrors the design's
  LoggedLine, and pairs with the past-tense rhythm Sonia called
  for in bullet #7.
- A hidden side-channel user turn is appended after a successful
  apply. The text reads like the user reporting the acceptance to
  the model — "(I accepted your proposal to create the document
  for blog/post-1. It's now a draft.)" — so the next chat round
  trip carries the signal through `conversationHistory` and the
  agent can stop suggesting the same change. `AssistantMessage`
  gains a `hidden?: boolean` flag the panel filters out of the
  visible timeline; the conversation-history serializer keeps
  filtering on text presence so hidden messages still ride along.

Implementation notes:
- New reducer action `mark-proposal-accepted` replaces the
  `remove-proposal` dispatch on the accept path. `remove-proposal`
  stays as-is for the reject flow.
- The acceptance-signal copy is shaped per proposal kind so the
  model gets the right verb (created / deleted / rewrote / inserted
  / updated frontmatter) plus the doc path when one's available.
- The 6s undo countdown the design also describes is intentionally
  not part of this commit — that needs the in-place countdown bar
  + ⌘Z stack from the reference, which lands cleanly on top of
  this state shape in a follow-up.
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 91f1ba3 to 69a86bc Compare May 24, 2026 11:34
@renovate renovate Bot force-pushed the renovate/actions-checkout-6.x branch from 69a86bc to 99e77bb Compare May 28, 2026 14:02
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