Skip to content

chore(deps): bump rhysd/action-setup-vim from 1.5.0 to 1.5.1#16

Merged
yuys13 merged 1 commit intomainfrom
dependabot/github_actions/rhysd/action-setup-vim-1.5.1
Nov 4, 2025
Merged

chore(deps): bump rhysd/action-setup-vim from 1.5.0 to 1.5.1#16
yuys13 merged 1 commit intomainfrom
dependabot/github_actions/rhysd/action-setup-vim-1.5.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps rhysd/action-setup-vim from 1.5.0 to 1.5.1.

Release notes

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

v1.5.1

  • Fix installing stable Vim on macos-15-intel runner. It was broken again after v1.4.5 release due to the change in the upstream runner. (#52)
  • Update @actions/io to v2.0.0 for better Node.js v24 support.
Changelog

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

v1.5.1 - 2025-11-02

  • Fix installing stable Vim on macos-15-intel runner. It was broken again due to the change in the upstream runner. (#52)
  • Update @actions/io to v2.0.0 for better Node.js v24 support.

[Changes][v1.5.1]

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]

... (truncated)

Commits
  • 46cf85a Release v1.5.1 at a8f077550a6f1334de0ae31f5604eca144090bd5
  • See full diff 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Nov 3, 2025
@yuys13
Copy link
Owner

yuys13 commented Nov 4, 2025

@dependabot rebase

Bumps [rhysd/action-setup-vim](https://github.com/rhysd/action-setup-vim) from 1.5.0 to 1.5.1.
- [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@387ddb8...46cf85a)

---
updated-dependencies:
- dependency-name: rhysd/action-setup-vim
  dependency-version: 1.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/rhysd/action-setup-vim-1.5.1 branch from e0ee18c to 3eaf57e Compare November 4, 2025 10:41
@yuys13 yuys13 merged commit 03d7f85 into main Nov 4, 2025
7 checks passed
@yuys13 yuys13 deleted the dependabot/github_actions/rhysd/action-setup-vim-1.5.1 branch November 4, 2025 10:42
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