Skip to content

chore(deps): bump Andrew-Chen-Wang/github-wiki-action from 4 to 5 #34

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps Andrew-Chen-Wang/github-wiki-action from 4 to 5.

Release notes

Sourced from Andrew-Chen-Wang/github-wiki-action's releases.

v5

We've added a v5 tag. Pointing to @Andrew-Chen-Wang/github-wiki-action@v5 will use the latest minor/patch version of the v5 major version of this action.

v4.4.0

Sike! 🤯 Actually that feature where we rewrite links is going in v5 since it's a breaking change. Hopefully I didn't break your workflow! 😜

What's Changed

Full Changelog: Andrew-Chen-Wang/github-wiki-action@v4...v4.4.0

v4.3.0

The big highlight is that now README.md in the wiki folder in your GitHub repo will be deployed to Home.md on the GitHub wiki! This means you can use the same conventions like README.md as an "index page" for GitHub web-ui and expect that to work flawlessly on the github wiki too. Also included are link rewrites to make it so that [](https://github.com/andrew-chen-wang/github-wiki-action/blob/HEAD/hello.md) links that work in GitHub web-ui become [](https://github.com/andrew-chen-wang/github-wiki-action/blob/HEAD/hello) links that work for the GitHub wiki UI!

What's Changed

Full Changelog: Andrew-Chen-Wang/github-wiki-action@v4...v4.3.0

v4.2.0

🎉 New feature! We added a wiki_url output similar to the https://github.com/actions/deploy-pages page_url output. Yes, it's snake_case instead of kebab-case. That's to conform with the existing convention from actions/deploy-pages. 🤷‍♂️

What's Changed

Full Changelog: Andrew-Chen-Wang/github-wiki-action@v4...v4.2.0

v4.1.1

Fixed silly if [[ -z $RUNNER_DEBUG ]] to be if [[ -n $RUNNER_DEBUG ]] so now you'll only get verbose debug logging if you actually enable debug mode, not only in non-debug mode! This is an oopsie bugfix. #58

What's Changed

Full Changelog: Andrew-Chen-Wang/github-wiki-action@v4...v4.1.1

v4.1.0

What's Changed

... (truncated)

Commits
  • 2c80c13 Fix "disable-empty-commits" (#82)
  • 7ee32e8 Add "disable-empty-commits" option (#81)
  • b7e552d Match links with anchors (#79)
  • 86138cb Merge pull request #73 from Andrew-Chen-Wang/revert-72-revert-68-in-source-to...
  • 9cdf862 Revert "Revert "Add in-source to in-wiki link transformer""
  • 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)

Bumps [Andrew-Chen-Wang/github-wiki-action](https://github.com/andrew-chen-wang/github-wiki-action) from 4 to 5.
- [Release notes](https://github.com/andrew-chen-wang/github-wiki-action/releases)
- [Commits](Andrew-Chen-Wang/github-wiki-action@v4...v5)

---
updated-dependencies:
- dependency-name: Andrew-Chen-Wang/github-wiki-action
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 3, 2025
Copy link

sonarqubecloud bot commented Jul 3, 2025

@ReenigneArcher ReenigneArcher merged commit e1e3d54 into master Jul 3, 2025
9 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/github_actions/Andrew-Chen-Wang/github-wiki-action-5 branch July 3, 2025 12:31
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