Skip to content

build(deps): bump @actions/core from 1.11.1 to 3.0.1 - #18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/actions/core-3.0.1
Open

build(deps): bump @actions/core from 1.11.1 to 3.0.1#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/bun/actions/core-3.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 25, 2026

Copy link
Copy Markdown
Contributor

Bumps @actions/core from 1.11.1 to 3.0.1.

Changelog

Sourced from @鈥媋ctions/core's changelog.

3.0.1

  • Bump undici from 6.23.0 to 6.24.1 #2348

3.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

2.0.3

  • Bump @actions/http-client to 3.0.2

2.0.1

  • Bump @鈥媋ctions/exec from 1.1.1 to 2.0.0 #2199

2.0.0

  • Add support for Node 24 #2110
  • Bump @鈥媋ctions/http-client from 2.0.1 to 3.0.0
Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for @鈥媋ctions/core since your current version.


@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 25, 2026
@dependabot
dependabot Bot requested a review from shubh73 as a code owner April 25, 2026 07:42
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Apr 25, 2026
@github-actions

github-actions Bot commented Apr 25, 2026

Copy link
Copy Markdown

React Compiler Report

Commit: 2ed0e02e58

3 files scanned 路 2 compiled 路 3 issues

File Component Reason
failing.tsx:6 ConditionalHook Error Hooks must always be called in a consistent order, and may not be called conditionally.
failing.tsx:15 RefMutation Error Cannot access refs during render
failing.tsx:16 RefMutation Error Cannot access refs during render
Fix with AI
Fix the following React Compiler issues. The compiler reported these 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): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)
  - RefMutation (line 16): Cannot access refs during render
    React refs are values that are not needed for rendering. Refs should only be accessed outside of render, such as in event handlers or effects. Accessing a ref value (the `current` property) during render can cause your component not to update as expected (https://react.dev/reference/react/useRef)

1 function opted out of compilation
  • opted-out.tsx:2 useCustomHook (use no memo)

@dependabot
dependabot Bot force-pushed the dependabot/bun/actions/core-3.0.1 branch 4 times, most recently from dfd32a5 to 198fde9 Compare May 12, 2026 13:59
Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 3.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 3.0.1
  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/bun/actions/core-3.0.1 branch from 198fde9 to 2ed0e02 Compare May 17, 2026 19:15
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants