Skip to content

Bump BadMagic100/setup-hk from 2 to 3 - #39

Merged
BadMagic100 merged 1 commit into
masterfrom
dependabot/github_actions/BadMagic100/setup-hk-3
Feb 3, 2026
Merged

Bump BadMagic100/setup-hk from 2 to 3#39
BadMagic100 merged 1 commit into
masterfrom
dependabot/github_actions/BadMagic100/setup-hk-3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Copy link
Copy Markdown
Contributor

Bumps BadMagic100/setup-hk from 2 to 3.

Release notes

Sourced from BadMagic100/setup-hk's releases.

v3.0.0

What's Changed

... (truncated)

Changelog

Sourced from BadMagic100/setup-hk's changelog.

#!/bin/bash

Exit early

See: https://www.gnu.org/savannah-checkouts/gnu/bash/manual/bash.html#The-Set-Builtin

set -e

About:

This is a helper script to tag and push a new release. GitHub Actions use

release tags to allow users to select a specific version of the action to use.

See: https://github.com/actions/typescript-action#publishing-a-new-release

See: https://github.com/actions/toolkit/blob/master/docs/action-versioning.md#recommendations

This script will do the following:

1. Retrieve the latest release tag

2. Display the latest release tag

3. Prompt the user for a new release tag

4. Validate the new release tag

6. Tag a new release

7. Set 'is_major_release' variable

Commits
  • 6fe4c4e Add release script
  • 477f6ad Enforce bash shell for rm on windows
  • d32ecb9 Update actions dependencies
  • a2615ce Modernize deps, move to ESM build
  • c4cf481 Update badge link for test status in README
  • a04d391 Update badge URL to reflect main branch
  • ae8b486 Bump @​types/node from 25.0.2 to 25.2.0
  • 0b25618 Bump typescript-eslint from 8.53.0 to 8.54.0 in the eslint group
  • 39abba2 Bump prettier from 3.7.3 to 3.8.0
  • 232fc9a Bump typescript-eslint from 8.52.0 to 8.53.0 in the eslint group
  • 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 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 [BadMagic100/setup-hk](https://github.com/badmagic100/setup-hk) from 2 to 3.
- [Release notes](https://github.com/badmagic100/setup-hk/releases)
- [Changelog](https://github.com/BadMagic100/setup-hk/blob/main/release)
- [Commits](BadMagic100/setup-hk@v2...v3)

---
updated-dependencies:
- dependency-name: BadMagic100/setup-hk
  dependency-version: '3'
  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 github_actions Pull requests that update GitHub Actions code labels Feb 3, 2026
@BadMagic100
BadMagic100 merged commit 81a04d2 into master Feb 3, 2026
2 checks passed
@dependabot
dependabot Bot deleted the dependabot/github_actions/BadMagic100/setup-hk-3 branch February 3, 2026 15:37
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