diff --git a/.browserslistrc b/.browserslistrc
index 1bfd197530..b8e384bc99 100644
--- a/.browserslistrc
+++ b/.browserslistrc
@@ -1,13 +1,15 @@
# https://github.com/browserslist/browserslist#readme
->= 1%
-last 1 major version
+>= 0.5%
+last 2 major versions
not dead
-Chrome >= 45
-Firefox >= 38
-Edge >= 12
-Explorer >= 10
-iOS >= 9
-Safari >= 9
-Android >= 4.4
-Opera >= 30
+Chrome >= 60
+Firefox >= 60
+# needed since Legacy Edge still has usage; 79 was the first Chromium Edge version
+# should be removed in the future when its usage drops or when it's moved to dead browsers
+not Edge < 79
+Firefox ESR
+iOS >= 10
+Safari >= 10
+Android >= 6
+not Explorer <= 11
diff --git a/ChangeLog b/ChangeLog
index fba1cd390b..ba1443878e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@ phpMyAdmin - ChangeLog
======================
5.2.0 (not yet released)
+- issue #16521 Upgrade Bootstrap to version 5
+- issue #16521 Drop support for Internet Explorer and others
5.1.0 (not yet released)
- issue #15350 Change Media (MIME) type references to Media type
diff --git a/doc/require.rst b/doc/require.rst
index 762eea80ca..e5c786ce49 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -56,5 +56,10 @@ Web browser
To access phpMyAdmin you need a web browser with cookies and JavaScript
enabled.
-You need a browser which is supported by jQuery 2.0, see
-