Skip to content

chore(deps): update github-actions non-major dependencies#4913

Merged
Barsnes merged 1 commit into
mainfrom
renovate/github-actions-minor-patch
May 26, 2026
Merged

chore(deps): update github-actions non-major dependencies#4913
Barsnes merged 1 commit into
mainfrom
renovate/github-actions-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 2026

This PR contains the following updates:

Package Type Update Change
josStorer/get-current-time action patch v2.1.2v2.1.3
mikepenz/action-junit-report action patch v6.4.0v6.4.1

Warning

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


Release Notes

josStorer/get-current-time (josStorer/get-current-time)

v2.1.3: Get current time v2.1.3

Compare Source

What's Changed

  • bump deps
  • update to node24
  • migrate to esm

Full Changelog: josStorer/get-current-time@v2.1.2...v2.1.3


Get Current Time Github Action

This action sets the current ISO8601 time to the time output and also provides readableTime, formattedTime, and
many more digital outputs like year, day, second, etc. Useful for setting build times in subsequent steps,
renaming your artifact, or keeping the same recorded time for the entire workflow.

You can view some typical input/output in the action.test.js file.

Inputs

format

Time format to use - using MomentJS format syntax - optional

utcOffset

UTC offset to use - using MomentJS utcOffset syntax - optional

timezone

Timezone to use - check moment-timezone list -
optional, if set, utcOffset will be ignored, e.g. "America/Los_Angeles"

Outputs

time

The ISO time this action was run, not affected by the parameter utcOffset e.g. '2020-01-01T00:30:15.000Z'

ISOTime

Same as time

readableTime

Human-friendly time - affected by the parameter utcOffset e.g. 'Wed Jan 01 2020 08:30:15 GMT+0800'

formattedTime

The time this action was run - formatted using format and utcOffset inputs

year,month,day,hour,minute,second,millisecond

Digital outputs, just as names

Example usage

steps:
  - name: Get current time
    uses: josStorer/get-current-time@v2
    id: current-time
    with:
      format: YYYYMMDD-HH
      utcOffset: "+08:00"
  - name: Use current time
    env:
      TIME: "${{ steps.current-time.outputs.time }}"
      R_TIME: "${{ steps.current-time.outputs.readableTime }}"
      F_TIME: "${{ steps.current-time.outputs.formattedTime }}"
      YEAR: "${{ steps.current-time.outputs.year }}"
      DAY: "${{ steps.current-time.outputs.day }}"
    run: echo $TIME $R_TIME $F_TIME $YEAR $DAY
mikepenz/action-junit-report (mikepenz/action-junit-report)

v6.4.1

Compare Source

💬 Other

  • chore: simplify renovate config to extend shared convention
  • ci: allow commit-dist to run for renovate-mike bot

📦 Dependencies

  • chore(deps): update devdependency non-major updates to v8.58.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.8
  • fix(deps): update dependency @​actions/github to v9.1.0
  • chore(deps): lock file maintenance
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update mcr.microsoft.com/devcontainers/typescript-node:24-bullseye docker digest to 147a65f
  • chore(deps): lock file maintenance
  • fix(deps): update dependency @​actions/glob to v0.7.0
  • chore(deps): update mikepenz/action-gh-release action to v3
  • fix(deps): update dependency @​actions/github to v9.1.1
  • chore(deps): update node devdependency non-major updates
  • chore(deps): update dependency vite to v8.0.11
  • fix(deps): update dependency @​actions/core to v3.0.1

Contributors:


Configuration

📅 Schedule: (in timezone Europe/Oslo)

  • Branch creation
    • "before 07:00 on Thursday"
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate Bot requested review from Barsnes, eirikbacker and mimarz as code owners May 21, 2026 01:56
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 21, 2026

⚠️ No Changeset found

Latest commit: 43a8acd

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate Bot force-pushed the renovate/github-actions-minor-patch branch from 015b58c to bfbd2af Compare May 22, 2026 19:52
@renovate renovate Bot force-pushed the renovate/github-actions-minor-patch branch from bfbd2af to 43a8acd Compare May 25, 2026 18:29
@renovate renovate Bot changed the title chore(deps): update mikepenz/action-junit-report action to v6.4.1 chore(deps): update github-actions non-major dependencies May 25, 2026
@Barsnes Barsnes merged commit ac6588a into main May 26, 2026
9 checks passed
@Barsnes Barsnes deleted the renovate/github-actions-minor-patch branch May 26, 2026 05:31
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