Skip to content

chore(deps): bump actions/checkout from 4 to 6 in the github-actions group across 1 directory#1

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/github_actions/github-actions-76468cb07f
Open

chore(deps): bump actions/checkout from 4 to 6 in the github-actions group across 1 directory#1
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/github_actions/github-actions-76468cb07f

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

Bumps the github-actions group with 1 update in the / directory: actions/checkout.

Updates 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 Mar 28, 2026
@dependabot dependabot bot requested a review from shubh73 as a code owner March 28, 2026 20:00
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 28, 2026
@dependabot dependabot bot changed the title build(deps): bump actions/checkout from 4 to 6 in the github-actions group chore(deps): bump actions/checkout from 4 to 6 in the github-actions group across 1 directory Mar 28, 2026
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-76468cb07f branch from a12fd99 to c006cb5 Compare March 28, 2026 21:02
@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 28, 2026

React Compiler Report

3 files scanned · 2 compiled · 4 skipped

File Component Reason
failing.tsx:6 ConditionalHook InvalidReact Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:15 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
failing.tsx:16 RefMutation InvalidReact Ref values (the current property) may not be accessed during render.
Fix with AI
Fix the following React Compiler issues. The compiler skipped these components because they violate the Rules of React.

Rules:
- Do not add useMemo, useCallback, or React.memo. The compiler handles memoization once the code follows the rules.
- Do not change the underlying logic or behavior of any component.
- If a fix requires restructuring, extract helper functions rather than rewriting the component.

File: failing.tsx
  - ConditionalHook (line 6): Hooks must always be called in a consistent order, and may not be called conditionally. See the Rules of Hooks (https://react.dev/warnings/invalid-hook-call-warning)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 15): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)
  - RefMutation (line 16): Ref values (the `current` property) may not be accessed during render. (https://react.dev/reference/react/useRef)

1 opted out ("use no memo")
  • opted-out.tsx:2 useCustomHook

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


Updates `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
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/github-actions-76468cb07f branch from c006cb5 to 1febcac Compare April 4, 2026 07:42
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.

1 participant