Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Oct 30, 2025

Bumps the gh-actions group with 2 updates in the / directory: rhysd/action-setup-vim and actions/upload-artifact.

Updates rhysd/action-setup-vim from 1.4.3 to 1.5.0

Release notes

Sourced from rhysd/action-setup-vim's releases.

v1.5.0

  • Support arm64 native binaries on windows-11-arm runner.
    • When an arm64 binary is missing in the release due to some reasons (e.g. build error), it falls back to x86_64 binary so that your workflow can continue. In this case the x86_64 binary is executed via x86 emulation.
    • Neovim only supports arm64 binaries on nightly builds for now.
  • Migrate the action runtime from node20 to node24. This change only affects users running this action on self-hosted runners.
  • Fix the validation for installed executables was not sufficient on Windows.

v1.4.5

  • Better workaround for #52 to properly install stable Vim on macos-15-intel runner. We use python@3.13 package which is already installed on the system instead of installing python package to remove conflicted symbolic links. It's faster and has less side effects.

v1.4.4

  • Fix stable Vim installation fails on macos-15-intel runner due to the version conflict in python Homebrew package. (#52)
  • Fix HTTPS proxy is not used when accessing GitHub API via Octokit client even if https_proxy environment variable is set.
  • Fix using a deprecated API in node-fetch package.
Changelog

Sourced from rhysd/action-setup-vim's changelog.

v1.5.0 - 2025-10-26

  • Support arm64 native binaries on windows-11-arm runner.
    • When an arm64 binary is missing in the release due to some reasons (e.g. build error), it falls back to x86_64 binary so that your workflow can continue. In this case the x86_64 binary is executed via x86 emulation.
    • Neovim only supports arm64 binaries on nightly builds for now.
  • Migrate the action runtime from node20 to node24. This change only affects users running this action on self-hosted runners.
  • Fix the validation for installed executables was not sufficient on Windows.

[Changes][v1.5.0]

v1.4.5 - 2025-10-12

  • Better workaround for #52 to properly install stable Vim on macos-15-intel runner. We use python@3.13 package which is already installed on the system instead of installing python package to remove conflicted symbolic links. It's faster and has less side effects.

[Changes][v1.4.5]

v1.4.4 - 2025-10-12

  • Fix stable Vim installation fails on macos-15-intel runner due to the version conflict in python Homebrew package. (#52)
  • Fix HTTPS proxy is not used when accessing GitHub API via Octokit client even if https_proxy environment variable is set.
  • Fix using a deprecated API in node-fetch package.

[Changes][v1.4.4]

v1.4.3 - 2025-09-07

  • Use HTTPS proxy looking at environment variables such as https_proxy, no_proxy, all_proxy when fetching assets. (#50, thanks @​xieyonn)
  • Implementation migrated from CommonJS to ES Modules. This should not affect the behavior of this action.
  • Reduce amount of log output when installing stable Vim on Linux.
  • Update dependencies including @actions/github.

[Changes][v1.4.3]

v1.4.2 - 2025-03-28

  • Fix the version of stable Neovim or Vim may be outdated on macOS by updating formulae before running brew install. By this fix, the new version of Neovim which was released 2 days ago is now correctly installed. (#49)
  • Add a warning message with useful information when executing ./configure fails to build older versions of Vim.
  • Update dependencies including some security fixes in @octokit/* packages.

[Changes][v1.4.2]

... (truncated)

Commits
  • 387ddb8 Release v1.5.0 at 278c9f5621e428281aee81b019925dabfe526164
  • 1bba848 Release v1.4.5 at 8df38d89d40040d4fd9158cedb9398e81699266b
  • b6be9a9 Release v1.4.4 at dce2c28dd1061a5b9a292a501964fedbd9bdb76a
  • See full diff in compare view

Updates actions/upload-artifact from 4.6.2 to 5.0.0

Release notes

Sourced from actions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable 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 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 <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 gh-actions group with 2 updates in the / directory: [rhysd/action-setup-vim](https://github.com/rhysd/action-setup-vim) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `rhysd/action-setup-vim` from 1.4.3 to 1.5.0
- [Release notes](https://github.com/rhysd/action-setup-vim/releases)
- [Changelog](https://github.com/rhysd/action-setup-vim/blob/master/CHANGELOG.md)
- [Commits](rhysd/action-setup-vim@89f3345...387ddb8)

Updates `actions/upload-artifact` from 4.6.2 to 5.0.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@ea165f8...330a01c)

---
updated-dependencies:
- dependency-name: rhysd/action-setup-vim
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gh-actions
- dependency-name: actions/upload-artifact
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gh-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 Oct 30, 2025
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