Skip to content

Update JamesIves/github-pages-deploy-action action to v3.7.1 - #791

Merged
JakeWharton merged 1 commit into
mainfrom
renovate/jamesives-github-pages-deploy-action-3.x
Aug 21, 2026
Merged

JakeWharton merged 1 commit into
mainfrom
renovate/jamesives-github-pages-deploy-action-3.x

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
JamesIves/github-pages-deploy-action action patch v3.7.03.7.1

Warnings (1)

Please correct - or verify that you can safely ignore - these warnings before you merge this PR.

  • JamesIves/github-pages-deploy-action: Could not determine new digest for update (github-tags package JamesIves/github-pages-deploy-action)


Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action)

v3.7.1

Compare Source

Major Changes

  • You can now use absolute folder paths in your workflow. These can be used using the ~ syntax, for example: ~/a/folder/based/on/root. For most use cases placing just the folder name in this parameter will still be sufficient.

  • Adds an initial check to ensure that the folder you're trying to deploy exists before it gets further down in the workflow. If it doesn't exist the action will exit with a helpful error message. Due some structural differences related to this change you should now only call run if you're using this as a node module in your own action. Running the individual deploy methods are now error prone and the direct use of them will eventually be deprecated. The README has been updated to reflect this.

Minor Changes

  • The action is now built using Node 12.
  • Adds additional type for users running as a node module called NodeActionInterface, this allows you to see the required parameters without all of the additional runtime data for GitHub Actions.
  • Upgrades numerous dependencies and added a dependabot.yml file.
  • Re-structured some of the unit tests so they now properly mock error returns.
  • Added rimraf so Windows users can run the build script.
  • Fixed numerous eslint issues presented by eslint-plugin-github.
  • Changed the links in the startup job as some of them are now out of date.

Community

Special thanks to @​subhashissuara @​koooge @​pheeel and @​exuanbo for their contributions to this update. If you have any questions please reach out on our new GitHub Discussions board.

Sponsors

If you'd like to sponsor the maintenance of this project you can do so via GitHub Sponsors!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@JakeWharton
JakeWharton enabled auto-merge August 21, 2026 14:04
@JakeWharton
JakeWharton merged commit 56f42cc into main Aug 21, 2026
1 check passed
@JakeWharton
JakeWharton deleted the renovate/jamesives-github-pages-deploy-action-3.x branch August 21, 2026 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant