Skip to content

Releases: browser-actions/setup-chrome

v2.1.0

13 Jul 04:47
v2.1.0
b94431e
Compare
Choose a tag to compare

2.1.0 (2025-07-13)

Features

  • Support snapshot installs on Windows ARM64 (#635) (12261ee)

setup-chrome: v2.1.0

13 Jul 00:47
5f2f9da
Compare
Choose a tag to compare

2.1.0 (2025-07-13)

Features

  • Support snapshot installs on Windows ARM64 (#635) (12261ee)

v2.0.0

07 Jul 06:14
v2.0.0
4c4260d
Compare
Choose a tag to compare

2.0.0 (2025-07-06)

⚠ BREAKING CHANGES

  • Use chrome for testing as default (#632)

Features

Migration guide for v2.0.0

1. Installer Changes on Channel Name Installs

If you are using the channel name (stable, beta, dev, or canary) to install the browser, the new version of the action installs the browser from [Chrome for Testing][] instead of the official installer. Please check if your workflow is using the expected browser binary version with the new version of the action.

The installed browser binary with the channel name is as follows:

Platform New Binary Path
Linux chrome
macOS Google Chrome for Testing
Windows chrome.exe

On Windows runner, the installed location is changed from C:\Program Files to $RUNNER_TOOL_CACHE.

2. Cache Directory Changes

If you are self-hosted runner and installing the browser with the channel name to speed up the runner setup, please update your cache directory on your runners. The cache directory has been changed from chromium to chrome and ensure that your workflow is using the new cache directory.

3. Default Version Changes

If you don't specify chrome-version parameter in your workflow, please ensure that your workflow will install the expected version of Chrome for Testing. The default version is the stable channel version of Chrome for Testing instead of the latest version. To install the latest version, you need to specify chrome-version: latest in your workflow.

# v1
- name: Install the stable version of Chrome for Testing
  uses: browser-actions/setup-chrome@v1
  with:
    chrome-version: stable
- name: Install the latest version of Chrome for Testing
  uses: browser-actions/setup-chrome@v1

# v2
- name: Install the stable version of Chrome for Testing
  uses: browser-actions/setup-chrome@v2

- name: Install the latest version of Chrome for Testing
  uses: browser-actions/setup-chrome@v2
  with:
    chrome-version: latest

setup-chrome: v2.0.0

06 Jul 12:17
3289928
Compare
Choose a tag to compare

2.0.0 (2025-07-06)

⚠ BREAKING CHANGES

  • Use chrome for testing as default (#632)

Features

v1.7.3

25 Jan 09:39
v1.7.3
c785b87
Compare
Choose a tag to compare

1.7.3 (2025-01-25)

Bug Fixes

setup-chrome: v1.7.3

25 Jan 09:34
9ffc9ce
Compare
Choose a tag to compare

1.7.3 (2025-01-25)

Bug Fixes

v1.7.2

13 Jul 07:16
v1.7.2
facf10a
Compare
Choose a tag to compare

1.7.2 (2024-07-13)

Bug Fixes

setup-chrome: v1.7.2

13 Jul 07:13
1208fbf
Compare
Choose a tag to compare

1.7.2 (2024-07-13)

Bug Fixes

v1.7.1

27 May 14:14
Compare
Choose a tag to compare

1.7.1 (2024-05-27)

Bug Fixes

  • try to install browser version when user will not install ChromeDriver (#551) (f5596e0), closes #550

setup-chrome: v1.7.1

27 May 14:08
e9b1a8f
Compare
Choose a tag to compare

1.7.1 (2024-05-27)

Bug Fixes

  • try to install browser version when user will not install ChromeDriver (#551) (f5596e0), closes #550