Skip to content

chore(deps): bump the actions group across 1 directory with 3 updates#7

Merged
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-e60e1263ea
Mar 8, 2026
Merged

chore(deps): bump the actions group across 1 directory with 3 updates#7
hyperpolymath merged 1 commit into
mainfrom
dependabot/github_actions/actions-e60e1263ea

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 7, 2026

Bumps the actions group with 3 updates in the / directory: actions/upload-artifact, erlef/setup-beam and editorconfig-checker/action-editorconfig-checker.

Updates actions/upload-artifact from 6 to 7

Release notes

Sourced from actions/upload-artifact's releases.

v7.0.0

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

Commits

Updates erlef/setup-beam from 1.20.4 to 1.21.0

Release notes

Sourced from erlef/setup-beam's releases.

v1.21.0

What's Changed

New Contributors

Full Changelog: erlef/setup-beam@v1...v1.21.0

Commits
  • 3580539 Automation: update setup-beam version output to fe5485f
  • fe5485f Bump @​eslint/js from 9.31.0 to 9.38.0 (#393)
  • 98de8ff Automation: update setup-beam version output to 6c5fe27
  • 6c5fe27 Bump the npm_and_yarn group across 1 directory with 2 updates (#403)
  • 36214a4 Automation: update setup-beam version output to 972bec8
  • 972bec8 Bump actions/checkout from 4.2.2 to 6.0.1 (#399)
  • 10e9985 Automation: update setup-beam version output to 542d9a8
  • 542d9a8 Improve output (around "Requested ... version") when we know input (#368)
  • b764149 Automation: update setup-beam version output to cba803d
  • cba803d Bump @​vercel/ncc from 0.38.3 to 0.38.4 (#387)
  • Additional commits viewable in compare view

Updates editorconfig-checker/action-editorconfig-checker from 4054fa83a075fdf090bd098bdb1c09aaf64a4169 to 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39

Commits
  • 1a8ea00 build(deps-dev): bump @​types/node from 25.3.3 to 25.3.5 (#274)
  • 7aeff89 build(deps-dev): bump @​types/node from 25.3.2 to 25.3.3 (#273)
  • ff2b7f2 build(deps-dev): bump @​types/node from 25.3.1 to 25.3.2 (#272)
  • 7e2fc78 build(deps-dev): bump @​types/node from 25.3.0 to 25.3.1 (#271)
  • fc46e05 build(deps-dev): bump @​types/node from 25.2.3 to 25.3.0 (#270)
  • b8ff0d8 build(deps-dev): bump @​types/node from 25.2.2 to 25.2.3 (#269)
  • da93ee0 build(deps-dev): bump @​types/node from 25.2.1 to 25.2.2 (#268)
  • 022424c build(deps-dev): bump @​types/node from 25.2.0 to 25.2.1 (#267)
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the actions group with 3 updates in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact), [erlef/setup-beam](https://github.com/erlef/setup-beam) and [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker).


Updates `actions/upload-artifact` from 6 to 7
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v6...v7)

Updates `erlef/setup-beam` from 1.20.4 to 1.21.0
- [Release notes](https://github.com/erlef/setup-beam/releases)
- [Commits](erlef/setup-beam@e6d7c94...3580539)

Updates `editorconfig-checker/action-editorconfig-checker` from 4054fa83a075fdf090bd098bdb1c09aaf64a4169 to 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39
- [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases)
- [Commits](editorconfig-checker/action-editorconfig-checker@4054fa8...1a8ea00)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: erlef/setup-beam
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: editorconfig-checker/action-editorconfig-checker
  dependency-version: 1a8ea00bde2ec25afe074a2cdc15b1fd7fb60a39
  dependency-type: direct:production
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 7, 2026
@hyperpolymath hyperpolymath merged commit 207e697 into main Mar 8, 2026
21 of 42 checks passed
@dependabot dependabot Bot deleted the dependabot/github_actions/actions-e60e1263ea branch March 8, 2026 01:53
Repository owner deleted a comment from chatgpt-codex-connector Bot May 13, 2026
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