Skip to content

chore(deps): update actions/upload-pages-artifact action to v5#70

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-upload-pages-artifact-5.x
Open

chore(deps): update actions/upload-pages-artifact action to v5#70
renovate[bot] wants to merge 1 commit intomainfrom
renovate/actions-upload-pages-artifact-5.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Type Update Change
actions/upload-pages-artifact action major v4.0.0v5

Release Notes

actions/upload-pages-artifact (actions/upload-pages-artifact)

v5

Compare Source

v5.0.0

Compare Source

Changelog

See details of all code changes since previous release.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • 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.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 21, 2026

Renovate PR Review Results

⚖️ Safety Assessment: ✅ Safe

🔍 Release Content Analysis

Version Change: actions/upload-pages-artifact v4.0.0 → v5.0.0

Key Changes:

  • Dependency Update: Upgraded underlying actions/upload-artifact from v4.6.2 to v7.0.0

    • Adds Node.js 24 support (required for GitHub Actions runners deprecating Node.js 20)
    • Migrated to ESM (ECMAScript Modules) for modern dependency support
    • Includes new direct file upload capability (not applicable to this usage)
  • New Feature: Added include-hidden-files input parameter (optional, defaults to false)

    • Allows inclusion of hidden files/directories (those starting with .) in the artifact
    • .git and .github are still excluded regardless of this setting
    • This is a new optional parameter, not a breaking change

Breaking Changes: None identified

  • All existing inputs (name, path, retention-days) remain backward compatible
  • Default behavior is unchanged
  • Output (artifact_id) remains the same

Bug Fixes & Security:

  • Node.js 24 compatibility addresses GitHub Actions deprecation warnings
  • No security-related fixes mentioned in release notes

🎯 Impact Scope Investigation

Usage Location:

  • .github/workflows/hugo.yaml:50 - Single usage in the build job
  • Current configuration:
    - uses: actions/upload-pages-artifact@v5
      with:
        path: ./public

Current Usage Analysis:

  • Only uses the path input parameter (./public)
  • Does not use optional parameters (name, retention-days, include-hidden-files)
  • Relies on default artifact name (github-pages) and retention (1 day)
  • No hidden files are present in Hugo's ./public output directory (standard build output)

Dependency Impact:

  • No other workflows use upload-pages-artifact in this repository
  • The companion action actions/deploy-pages@v5.0.0 (line 65) is already compatible with artifacts from v5
  • No downstream dependency conflicts identified

Configuration & Environment:

  • Runs on ubuntu-latest with Node.js managed by GitHub Actions runner
  • No custom Node.js version constraints in the workflow
  • GitHub-hosted runners already support Node.js 24

💡 Recommended Actions

Immediate Action: ✅ Safe to merge immediately

Rationale:

  1. Backward Compatible: All existing inputs and outputs are preserved
  2. No Code Changes Required: Current usage (path: ./public) works identically in v5
  3. Future-Proof: Addresses Node.js 20 deprecation, preventing future warnings
  4. No Migration Steps: Zero configuration changes needed

Optional Considerations (No Action Required):

  • The new include-hidden-files parameter is not needed for this use case (Hugo's ./public directory contains only standard build output)
  • Current default settings remain optimal for GitHub Pages deployment

Post-Merge Verification:

  • Monitor the next workflow run to confirm successful artifact upload
  • Expected outcome: No functional changes, identical deployment behavior

🔗 Reference Links

Generated by koki-develop/claude-renovate-review

@renovate renovate Bot force-pushed the renovate/actions-upload-pages-artifact-5.x branch from a732d20 to ca8ff0c Compare April 21, 2026 18:01
@renovate renovate Bot force-pushed the renovate/actions-upload-pages-artifact-5.x branch from ca8ff0c to b108439 Compare April 23, 2026 13:19
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.

0 participants