Skip to content

chore(deps): update kesin11/actions-timeline action to v3 - #70

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-3-github-actions
Open

chore(deps): update kesin11/actions-timeline action to v3#70
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/major-3-github-actions

Conversation

@renovate

@renovate renovate Bot commented Jan 28, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
Kesin11/actions-timeline action major v2.1.0v3.1.1

Release Notes

Kesin11/actions-timeline (Kesin11/actions-timeline)

v3.1.1

Compare Source

Changes

Fixes

Dependencies

22 changes

Internal improvement

  • fix: use $GITHUB_TOKEN instead of $(gh auth token) in verify-composite skill @​Kesin11 (#​331)

v3.1.0

Compare Source

What's New in v3.1.0

New Feature: Expand Composite Action Steps

Two new inputs have been added to provide deeper visibility into composite actions.

expand-composite-actions

When set to true, composite action steps are expanded in the timeline, showing each internal step individually prefixed with (sub). This makes it easy to see exactly where time is being spent inside a composite action.

Note: This option requires additional API calls to fetch job logs and workflow files, which may slightly increase execution time. Nested local composite actions (uses: ./.github/actions/...) are not expanded.

- uses: Kesin11/actions-timeline@v3
  with:
    expand-composite-actions: true
expand-composite-actions-threshold

Controls the duration threshold (in seconds) for expanding composite action steps. Only steps whose total duration meets or exceeds this value will be expanded, keeping the chart readable for fast-running steps. Default is 20 seconds.

- uses: Kesin11/actions-timeline@v3
  with:
    expand-composite-actions: true
    expand-composite-actions-threshold: 10  # Expand steps that take 10s or more
Try it out

You can quickly verify the output using the CLI:

deno run -A cli.ts --token "$(gh auth token)" \
  --expand-composite-actions true \
  --expand-composite-actions-threshold=1 \
  https://github.com/Kesin11/actions-timeline/actions/runs/24601385050 \
  -o actions_timeline.md

The generated actions_timeline.md will contain a Mermaid gantt chart like this - composite action steps such as denoland/setup-deno@v1 and actions/setup-node@v6 are shown as (sub) entries alongside the parent step bar:

Example output
```mermaid
gantt
title CI
...
  Run ./.github/actions/setup-deno-with-cache (3s) :job0-3, after job0-2, 3s
  (sub) denoland/setup-deno@v1 (1s)              :job0-4, after job0-2, 1.847s
  (sub) actions/setup-node@v6 (0s)               :job0-5, after job0-4, 0.155s
  (sub) Environment details (0s)                 :job0-6, after job0-5, 0s
...
```

Changes

Features

Fixes

Dependencies

31 changes

v3.1

Compare Source

v3.0.0

Compare Source

Changes

BREAKING CHANGES

Fixes

v3.0

Compare Source

v3

Compare Source

v2.2.6

Compare Source

Changes

Dependencies

22 changes

Documentation

v2.2.5

Compare Source

Changes

Fixes

Dependencies

25 changes

Internal improvement

v2.2.4

Compare Source

Changes

Fixes

Dependencies

29 changes

v2.2.3

Compare Source

Changes

Fixes

Dependencies

v2.2.2

Compare Source

Changes

Fixes

Dependencies

20 changes

Documentation

v2.2.1

Compare Source

Changes

Fixes

Dependencies

13 changes

Internal improvement

v2.2.0

Compare Source

Changes

Features

v2.2

Compare Source

v2.1.2

Compare Source

Changes

Dependencies

18 changes

v2.1.1

Compare Source

Changes

Dependencies

23 changes

Internal improvement


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • 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.

@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 7b020cb to 67ce2fa Compare March 5, 2026 10:39
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 67ce2fa to 1e5fda7 Compare March 26, 2026 17:19
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 1e5fda7 to c87bf74 Compare April 8, 2026 17:38
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch 2 times, most recently from ee18a08 to 9bf6f49 Compare April 21, 2026 22:06
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 9bf6f49 to 6139d7e Compare April 29, 2026 09:37
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 6139d7e to 7d543c8 Compare May 12, 2026 12:03
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 7d543c8 to 894a5cf Compare May 22, 2026 16:30
@renovate renovate Bot changed the title chore(deps): update kesin11/actions-timeline action to v3 chore(deps): update github actions to v3 Jun 2, 2026
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 894a5cf to a98e74b Compare June 11, 2026 14:56
@renovate renovate Bot changed the title chore(deps): update github actions to v3 chore(deps): update github actions (major) Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update github actions (major) chore(deps): update kesin11/actions-timeline action to v3 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from a98e74b to 32d2f40 Compare July 1, 2026 22:47
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 32d2f40 to 4d60f5d Compare July 12, 2026 11:51
@renovate
renovate Bot force-pushed the renovate/major-3-github-actions branch from 4d60f5d to d155da8 Compare July 24, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants