Skip to content

chore(deps): bump oras-project/setup-oras from 1 to 2#234

Merged
janhoon merged 2 commits into
mainfrom
dependabot/github_actions/oras-project/setup-oras-2
Apr 27, 2026
Merged

chore(deps): bump oras-project/setup-oras from 1 to 2#234
janhoon merged 2 commits into
mainfrom
dependabot/github_actions/oras-project/setup-oras-2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps oras-project/setup-oras from 1 to 2.

Release notes

Sourced from oras-project/setup-oras's releases.

v2.0.0

Highlights

What's Changed

  • Add version 1.3.1 with checksums (#150)
  • feat: migrate action runtime from node20 to node24 (#153)
  • fix: pin undici to >=6.24.1 to address CVEs (#157)
  • chore(deps): bump @​actions/core to 3.x and @​actions/tool-cache to 4.x (#159)
  • chore(deps): Bump @​actions/core from 1.11.1 to 2.0.1 (#130)
  • chore(deps): Bump typescript from 5.9.2 to 6.0.2 (#151)
  • chore(deps): Bump actions/checkout from 5 to 6 (#128)
  • chore(deps): Bump actions/setup-node from 5 to 6 (#123)
  • chore(deps): Bump @​types/node from 24.12.0 to 25.5.2 (multiple PRs)

Full Changelog: oras-project/setup-oras@v1.2.4...v2.0.0

v1.2.4

Highlights

Other Changes

  • Update dependencies

What's Changed

... (truncated)

Commits
  • 38de303 chore: release v2.0.0 (#160)
  • bbd8d79 chore(deps): bump @​actions/core to 3.x and @​actions/tool-cache to 4.x (#159)
  • 44d83f3 chore(deps): Bump @​types/node from 24.12.0 to 25.5.2 (#158)
  • dd86831 fix: pin undici to >=6.24.1 to address CVEs (#157)
  • be45691 feat: migrate action runtime from node20 to node24 (#153)
  • f0fe559 Add version 1.3.1 with checksums from … (#150)
  • 0db6c65 chore(deps): Bump @​types/node from 25.0.3 to 25.5.0 (#149)
  • 8a0db1e chore(deps): Bump typescript from 5.9.3 to 6.0.2 (#151)
  • bd8ffed chore: add TerryHowe to owners and code owners (#152)
  • c33dd38 chore(deps): Bump @​types/node from 25.0.2 to 25.0.3 (#131)
  • Additional commits viewable in compare view

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 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 [oras-project/setup-oras](https://github.com/oras-project/setup-oras) from 1 to 2.
- [Release notes](https://github.com/oras-project/setup-oras/releases)
- [Commits](oras-project/setup-oras@v1...v2)

---
updated-dependencies:
- dependency-name: oras-project/setup-oras
  dependency-version: '2'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: ci. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@greptile-apps

greptile-apps Bot commented Apr 13, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps oras-project/setup-oras from v1 to v2 in .github/workflows/release.yml. The v2 release includes security fixes addressing 5 CVEs in undici, a Node.js runtime upgrade from node20 to node24, and updated action dependencies.

Confidence Score: 5/5

Safe to merge — minimal, automated dependency bump with no logic changes and security improvements in v2.

Single-line change bumping a GitHub Action from v1 to v2. The v2 release fixes 5 CVEs and upgrades the Node.js runtime; no behavioral changes to the release workflow itself. All other action references in the file use the same mutable-tag pattern, so this is consistent.

No files require special attention.

Important Files Changed

Filename Overview
.github/workflows/release.yml Single-line bump of oras-project/setup-oras from @v1 to @v2; consistent with the file's existing tag-based pinning strategy.

Sequence Diagram

sequenceDiagram
    participant GHA as GitHub Actions Runner
    participant SetupORAS as oras-project/setup-oras@v2
    participant GHCR as ghcr.io

    GHA->>SetupORAS: Install ORAS CLI (v1.3.1)
    SetupORAS-->>GHA: ORAS CLI ready (node24 runtime)
    GHA->>GHCR: helm registry login
    GHA->>GHCR: oras push ArtifactHub metadata
Loading

Reviews (1): Last reviewed commit: "chore(deps): bump oras-project/setup-ora..." | Re-trigger Greptile

@janhoon janhoon left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved dependency update per maintainer request.

@janhoon janhoon merged commit 7468345 into main Apr 27, 2026
7 of 11 checks passed
@janhoon janhoon deleted the dependabot/github_actions/oras-project/setup-oras-2 branch April 27, 2026 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant