Skip to content

chore(deps): bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/core#28

Merged
ricogu merged 3 commits into
mainfrom
dependabot/npm_and_yarn/dot-github/actions/core/actions/core-2.0.1
Dec 16, 2025
Merged

chore(deps): bump @actions/core from 1.11.1 to 2.0.1 in /.github/actions/core#28
ricogu merged 3 commits into
mainfrom
dependabot/npm_and_yarn/dot-github/actions/core/actions/core-2.0.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 15, 2025

Copy link
Copy Markdown
Contributor

Bumps @actions/core from 1.11.1 to 2.0.1.

Changelog

Sourced from @​actions/core's changelog.

2.0.1

  • Bump @​actions/exec from 1.1.1 to 2.0.0 #2199

2.0.0

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

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​actions/core since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@actions/core](https://github.com/actions/toolkit/tree/HEAD/packages/core) from 1.11.1 to 2.0.1.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/core/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/artifact@2.0.1/packages/core)

---
updated-dependencies:
- dependency-name: "@actions/core"
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 15, 2025
@ricogu ricogu enabled auto-merge (squash) December 16, 2025 08:57
@ricogu ricogu merged commit ed66f4a into main Dec 16, 2025
12 checks passed
@ricogu ricogu deleted the dependabot/npm_and_yarn/dot-github/actions/core/actions/core-2.0.1 branch December 16, 2025 08:57
ricogu added a commit that referenced this pull request May 27, 2026
commit-dist was still flagged because it downloaded an artifact that was
compiled from fork PR source code, then committed it with contents:write.
CodeQL tracks this taint across jobs.

Fix: restrict commit-dist to same-repo PRs only (job-level if:). Fork PR
validation (dist dirty check) now happens entirely within build-test-core,
which runs with contents:read and persist-credentials:false — no write
token is ever involved with fork data.

- build-test-core: add 'Fail if dist is dirty' step for fork PRs;
  upload artifact only for same-repo PRs
- commit-dist: gate with if: ...head.repo == github.repository;
  remove the fork-handling checkout and dirty-check steps; the checkout
  ref is now always a branch in the base repository, not fork data
- test jobs: add if: ...commit-dist == 'success' || 'skipped' so E2E
  tests still run for fork PRs when commit-dist is skipped
- all-tests-passed: add build-test-core to needs list
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.

1 participant